New to Django - question about AUTHENTICATION_BACKENDS and syncdb

2009-06-10 Thread spacelab
I tried to follow the following tutorial http://agileweb.wordpress.com/2009/04/28/step-by-step-guide-to-use-sign-in-with-twitter-with-django/#comment-67 however I failed to get it to work properly. To eleminate one hypothsis, I was trying to find out if there is an issue with one of of the steps.

Re: get_or_create failuire

2010-10-13 Thread spacelab
not sure what you are doing wrong but I get the same error using Django 1.2.3 with mysql. Sorry if that is not helpful. On Sep 28, 6:48 am, Szymon wrote: > Hi, > > Problem: sometimes (not always) get_or_create is trying to create > duplicated record. > > Model: > > class online(models.Model): >