Friday, May 30, 2014

Re: Registration extend nightmare

This is not an answer to your question, but I have used Django-registration before and ran into its limitations. Consider all the time you spent trying to debug this then consider that you'd probably already be done if you had just wrote a custom user and maybe salvaged some of the nicer code from Django-registration.

I've seen that error before. I seem to recall it comes from the way postgres handles transactions when one part of the transaction craps out. You might find some good info if you search for that specific message with the term postgres. Maybe also review the docs on Django transactions.

https://docs.djangoproject.com/en/1.6/topics/db/transactions/

K


On Friday, May 30, 2014 7:26:04 AM UTC-7, Matt Guy wrote:
I am trying to add an extra user profile registration field using registration. Should be so simple but this is bringing me to the edge.

--
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+unsubscribe@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.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c52d14c1-17ef-4d6b-98d2-0670b7676da7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment