Re: Changing User model

2013-03-20 Thread Lachlan Musicman
Hey, since I've got this working, I was going to explain it. BUT, in teh intervening period, http://django-userena.org/ was bought to my attention - I will read that coe first and potentially use. cheers L. On 19 March 2013 12:29, Lachlan Musicman wrote: > On 18 March 2013 22:59, Sanjay Bhang

Re: Changing User model

2013-03-18 Thread Lachlan Musicman
On 18 March 2013 22:59, Sanjay Bhangar wrote: > Hey L, > > On Mon, Mar 18, 2013 at 9:13 AM, Lachlan Musicman wrote: >> Hola, >> >> For a new project, I will be creating a separate Profile class for all >> information about my Users that isn't covered by User. >> >> One thing I did want though, w

Re: Changing User model

2013-03-18 Thread Sanjay Bhangar
On Tue, Mar 19, 2013 at 3:11 AM, Lachlan Musicman wrote: > Sanjay! > > How are ya? I'll let you know as soon as I've properly implemented the > whole shebang. Re "problems with admin" I just sent an email to > pydanny of 2Scoops in this regard. I don't think it's clear enough > anywhere, but caref

Re: Changing User model

2013-03-18 Thread Lachlan Musicman
Sanjay! How are ya? I'll let you know as soon as I've properly implemented the whole shebang. Re "problems with admin" I just sent an email to pydanny of 2Scoops in this regard. I don't think it's clear enough anywhere, but careful reading of this: https://docs.djangoproject.com/en/1.5/topics/aut

Re: Changing User model

2013-03-18 Thread Sanjay Bhangar
Hey L, On Mon, Mar 18, 2013 at 9:13 AM, Lachlan Musicman wrote: > Hola, > > For a new project, I will be creating a separate Profile class for all > information about my Users that isn't covered by User. > > One thing I did want though, was to change the login username to the > email address. >