Re: Custom User class -> createsuperuser asks for Username twice

2012-10-19 Thread Chris Pagnutti
Right on. Thanks Russ. On Thursday, October 18, 2012 3:38:05 PM UTC-4, Chris Pagnutti wrote: > > Hi. I'm just trying out the new way to create a custom User class by > extending the AbstractBaseUser class. I essentially just copied the > AbstractUser and UserManager classes from auth.models a

Re: Custom User class -> createsuperuser asks for Username twice

2012-10-18 Thread Russell Keith-Magee
On Fri, Oct 19, 2012 at 3:50 AM, Chris Pagnutti wrote: > Blarghh! Ok, I'm serious that I spent considerable time Googling, poring > over the contrib.auth and core files and otherwise staring at my screen to > try to fix this on my own before posting. But of course I figure it out two > minutes a

Re: Custom User class -> createsuperuser asks for Username twice

2012-10-18 Thread Chris Pagnutti
Blarghh! Ok, I'm serious that I spent considerable time Googling, poring over the contrib.auth and core files and otherwise staring at my screen to try to fix this on my own before posting. But of course I figure it out two minutes after I wasted the time of anyone who actually read this post.

Re: custom User class

2011-05-29 Thread Ryan
If all you want to do is store additional information about your users, the recommended way to do this is to use a user profile: https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users Ryan -- You received this message because you are subscribed to the Goo