Re: Registration extend nightmare

2014-06-02 Thread James P
I did my own extend and in the end I just created a one-to-one table for a user profile. When I extended Django-reg, I ended up overriding the user registration views for transactional processing of the additional table. On Monday, June 2, 2014 6:40:13 AM UTC-6, Matt Guy wrote: > > Thanks for

Re: Registration extend nightmare

2014-06-02 Thread Matt Guy
Thanks for your answer. The prospect of dumping all of this and putting together a patchwork of my own code alongside registration is somewhat daunting at this stage. It also seems as though so many people use and recommend registration, including those successfully tackling this problem, that

Re: Registration extend nightmare

2014-05-30 Thread Kelvin Wong
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

Registration extend nightmare

2014-05-30 Thread Matt Guy
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. Here's my stackoverflow question with bounty: