Re: Form Saving Related Issues

2016-10-31 Thread Andromeda Yelton
> zJz6VMQosFw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAGGVXBOz6kQs%2BHhR%2BsrTUApOGnR7t50HHQuvSN_zJz6VMQosFw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Andromeda Yelto

Re: A Backup Model in Django?

2016-10-16 Thread Andromeda Yelton
roups.google.com/d/msgid/django-users/a19ba010-572b-4097-a988-f357cc5b6c31%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Andromeda Yelton Vice President/President-Elect, Library & Information Technol

Re: Raw query returns 1 row but outputting multiple rows in template

2016-10-06 Thread Andromeda Yelton
Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at https://gro

Re: For loop for ModelForm in Django

2016-10-04 Thread Andromeda Yelton
lt;https://groups.google.com/d/msgid/django-users/CAAXvsY%3Df3QRBpuOvQMcyRQND8H_Ds8%2Bv-3LREOJVhPzo_0qRPw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Andromeda Yelton Vice President/President-Elect, Library & Inform

Re: cant start a new project ,just installed django

2016-10-04 Thread Andromeda Yelton
roups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Andromeda Yelton Vice President/President-Elect, Library & Information Technology Association: http://www.lita.org http://andromedayelton.com @ThatAndromeda <h

Re: Maintaining old django code

2016-09-06 Thread Andromeda Yelton
CAE6v7ocNHTh-MUepU1qKp_ZKVc8ofOuDFwebq37KWgqsG7i9Fg% > 40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAE6v7ocNHTh-MUepU1qKp_ZKVc8ofOuDFwebq37KWgqsG7i9Fg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- And

Re: Error: int() argument must be a string or a number, not 'SimpleLazyObject'

2016-08-31 Thread Andromeda Yelton
gt; self.rhs) > > File > > "C:\Users\Shazia\dd\lib\site-packages\django\db\models\fields\__init__.py" > in get_prep_lookup > > 727. return self.get_prep_value(value) > > File > > "C:\Users\Shazia\dd\lib\site-packages\django\db\models\fields\__init__.py

Re: 1.7.9 deployment stubbornly won't create a test database

2016-08-30 Thread Andromeda Yelton
t; msgid/django-users/ea373ba9-9c9e-4358-9c71-b3c0d1c4b3d9%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/ea373ba9-9c9e-4358-9c71-b3c0d1c4b3d9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/op

Re: Attribute error, with a very basic banking app

2016-08-26 Thread Andromeda Yelton
gt; thats all. >>>> >>>> >>>> P.S. Look like better way is adding auth and receive person using >>>> auth data. In this case every authorized person can connect to his >>>> account using auth info and account id >>

Re: Attribute error, with a very basic banking app

2016-08-25 Thread Andromeda Yelton
ubscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at https://

Re: Clarifying Project vs Apps

2016-08-24 Thread Andromeda Yelton
ws with templates of joined tables > in the main project subdirectory? Or are all tables in a single app? > > TIA, > > Rich > > -- Andromeda Yelton Vice President/President-Elect, Library & Information Technology Association: http://www.lita.org http://andromeday

Re: beginner . problem simple form.

2016-08-22 Thread Andromeda Yelton
> email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/71bb6ab8

Re: newcomer to django testing

2014-06-09 Thread Andromeda Yelton
eived this message because you are subscribed to the Google >> Groups >> > "Django users" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to django-users+unsubscr...@googlegroups.com. >> > T

Re: Reference to form cleaned data field throws TypeError: 'exceptions.AttributeError' object is not callable

2014-06-03 Thread Andromeda Yelton
eck/*', > u'SCRIPT_NAME': u'', > 'SERVER_NAME': '.com', > 'SERVER_PORT': '443', > 'SERVER_PROTOCOL': 'HTTP/1.1', > 'UWSGI_SCHEME': 'https', > 'uwsgi.node'

Re: How to use CreateView with crispy-forms

2014-05-28 Thread Andromeda Yelton
The | crispy filter provides only minimal (though stylish) rendering - if you want to render all the cool stuff in your helper you need to do {% crispy form %}. Andromeda Yelton LITA Board of Directors, Director-at-Large, 2013-2016 http://andromedayelton.com @ThatAndromeda On Wed, May 28, 2014

Re: why I change url is showing other user's data?

2014-05-26 Thread Andromeda Yelton
UserUpdateView, self).dispatch(request, *args, **kwargs) I can think of a couple other things you might try and I don't know what's most stylish, but that'll work. Andromeda Yelton LITA Board of Directors, Director-at-Large, 2013-2016 http://andromedayelton.com @ThatAndromeda On S