On Sat, Apr 27, 2013 at 9:06 AM, <django-users@googlegroups.com> wrote:
> Today's Topic Summary > > Group: http://groups.google.com/group/django-users/topics > > - check genre and insert <#13e4b9af034b930d_group_thread_0> [3 Updates] > - How to edit django_openid_auth login > template<#13e4b9af034b930d_group_thread_1>[1 Update] > - How to edit django_openid_auth login > template<#13e4b9af034b930d_group_thread_2>[1 Update] > - bitcoin payment processing <#13e4b9af034b930d_group_thread_3> [1 > Update] > - broken imports in python3.3 + django > 1.5<#13e4b9af034b930d_group_thread_4>[1 Update] > - Template Caching with Messages <#13e4b9af034b930d_group_thread_5> [2 > Updates] > - [django_tables2] Expected table or queryset, not > 'str'.<#13e4b9af034b930d_group_thread_6>[3 Updates] > - Upload data in csv file to bd <#13e4b9af034b930d_group_thread_7> [2 > Updates] > - I need help doing a linked lookup in > admin<#13e4b9af034b930d_group_thread_8>[1 Update] > - django development server timeout too > quick<#13e4b9af034b930d_group_thread_9>[1 Update] > > check genre and > insert<http://groups.google.com/group/django-users/t/5a7e4837ca58af0c> > > "Hélio Miranda" <helio...@gmail.com> Apr 26 10:04AM -0700 > > I am having a problem which is as follows: > I have to insert a csv file of movies in bd, but I can not enter the > name > of the genre of the film directly. I have to insert the id of the > genre. > ...more<http://groups.google.com/group/django-users/msg/5c8e256fe7d9aa41> > > > Andrew Boltachev <andrewboltac...@gmail.com> Apr 26 10:34AM -0700 > > Hi. May be you need > > if not line["IdGenre"] in genres: > > instead? > > > On Friday, April 26, 2013 9:04:42 PM UTC+4, Hélio Miranda wrote: > ...more<http://groups.google.com/group/django-users/msg/52ed0ab8794b86c3> > > > "Hélio Miranda" <helio...@gmail.com> Apr 27 02:08AM -0700 > > Made the proposed change, but what happens is that when will insert > the > movie with a genre that already exists to get the id of that genre, > gives > the following error: ObjectId > ...more<http://groups.google.com/group/django-users/msg/913df851a9923106> > > How to edit django_openid_auth login > template<http://groups.google.com/group/django-users/t/b8925086216d779e> > > Babatunde Akinyanmi <tundeba...@gmail.com> Apr 27 01:13AM -0700 > > The right way is to open django_openid_auth source and copy the > contents of > its templates folder into your own templates directory and then edit > from > your templates directory. > > I wrote about this > ...more<http://groups.google.com/group/django-users/msg/aa07e7190307f5f1> > > How to edit django_openid_auth login > template<http://groups.google.com/group/django-users/t/c75509672ca086a8> > > surya <kasturisu...@gmail.com> Apr 26 10:10PM -0700 > > I am using https://launchpad.net/django-openid-auth for openid! this > is > pretty amazing to a lot of extent.. > > This app provides /openid/login url where users need to signin! this > ...more<http://groups.google.com/group/django-users/msg/c4965b52d7f0702a> > > bitcoin payment > processing<http://groups.google.com/group/django-users/t/48eb1ef15aaa1eca> > > "sebastián serrano" <sebastian.serr...@gmail.com> Apr 26 06:34PM -0700 > > > Hi, > I'm building a bitcoin payment gateway and would like to know the > interest into develop a plugin for python/django projects and if you > are > interested for which package (satchmo, > ...more<http://groups.google.com/group/django-users/msg/ac3d1ee78c65c68c> > > broken imports in python3.3 + django > 1.5<http://groups.google.com/group/django-users/t/ac430c98a8beeab8> > > danny <shev...@lanl.gov> Apr 26 08:41PM > > Howdy, > > In python 3.3 you no longer need __init__.py in directories to be > interpreted as package namespaces. In my source I have the following > tree > src > /apps > /index > /mapping > ...more<http://groups.google.com/group/django-users/msg/d2d5ccf5cc39abb> > > Template Caching with > Messages<http://groups.google.com/group/django-users/t/7aee3c750db02cad> > > Chris Lawlor <lawlor.ch...@gmail.com> Apr 26 06:28AM -0700 > > V, > > You're exactly correct - make sure you only cache what you actually > want > cached : ) Anything that should only be visible for one page view > isn't a > good candidate for caching. > ...more<http://groups.google.com/group/django-users/msg/cd5e900d09f819c5> > > > Venkatraman S <venka...@gmail.com> Apr 26 09:31PM +0530 > > I find testing in dev server(runserver) using a filebased cache is the > easiest and quickest way to test. One can delete the files and check > if and > when new entries are created in the folder. > > -V > ...more<http://groups.google.com/group/django-users/msg/71e019ffe05aabfd> > > [django_tables2] Expected table or queryset, not > 'str'.<http://groups.google.com/group/django-users/t/8aad9707bc1580bb> > > Binith Babu <bini...@gmail.com> Apr 26 06:30AM -0700 > > I got the same error today, anybody know a solution? > > On Tuesday, 9 April 2013 12:06:57 UTC-7, Tomas Pelka wrote: > ...more<http://groups.google.com/group/django-users/msg/fcebcf8661c6d00c> > > > Tom Evans <tevans...@googlemail.com> Apr 26 02:53PM +0100 > > > > I got the same error today, anybody know a solution? > > Apart from the solution I already posted to the list in this thread? > > Cheers > > Tom > ...more<http://groups.google.com/group/django-users/msg/649ac48951fa4ee6> > > > Binith Babu <bini...@gmail.com> Apr 26 07:25AM -0700 > > I am sorry I coud not find a solution in this thread > > Did you mean I am using an older version of django tables2 ? > In that case I am not, I am using the latest version installed with > pip. > ...more<http://groups.google.com/group/django-users/msg/266e475cc0b03e48> > > Upload data in csv file to > bd<http://groups.google.com/group/django-users/t/3f9fb42747d06c5d> > > Tom Evans <tevans...@googlemail.com> Apr 26 02:47PM +0100 > > > gen = Genre.objects.all() > > > for obj in gen: > > print genres[obj.GenreType] > > genres is still at this point an empty dictionary, so looking > ...more<http://groups.google.com/group/django-users/msg/3f014c7076e2547> > > > "Hélio Miranda" <helio...@gmail.com> Apr 26 07:09AM -0700 > > But when I do this: > Código (Python): > for obj in gen: > genres [obj.GenreType] = obj.id > print genres [obj.GenreType] > > Prints the id of the genre, so it is wrong right? > ...more<http://groups.google.com/group/django-users/msg/d5f74d21fbe1bcb4> > > I need help doing a linked lookup in > admin<http://groups.google.com/group/django-users/t/d42ed74901c8c2f2> > > "Richard E. Cooke" <rcooke1...@gmail.com> Apr 26 07:04AM -0700 > > I used the *django-contacts *project as my starting point for a > company > contact database. Its really cool, it keeps "addresses", "phone > numbers", > etc in seperate db table so you can associate as > ...more<http://groups.google.com/group/django-users/msg/3586b7c21183509a> > > django development server timeout too > quick<http://groups.google.com/group/django-users/t/6920beb62db52fc6> > > Chris Lawlor <lawlor.ch...@gmail.com> Apr 26 06:15AM -0700 > > Hadi, > > What is your SESSION_COOKIE_AGE set to? This setting controls session > expiry. The default is 2 weeks. If you are not setting > SESSION_COOKIE_AGE, > check that your code is not calling > ...more<http://groups.google.com/group/django-users/msg/8fe05e9cb7217176> > > You received this message because you are subscribed to the Google Group > django-users. > You can post via email <django-users@googlegroups.com>. > To unsubscribe from this group, > send<django-users+unsubscr...@googlegroups.com>an empty message. > For more options, > visit<http://groups.google.com/group/django-users/topics>this group. > > -- > You received 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. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received 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. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.