Re: Modifying Django's User Model

2009-06-15 Thread LeeRisq
Thanks for the info. I'll check it out. On Jun 12, 11:06 am, Rajesh D wrote: > On Jun 12, 9:29 am, LeeRisq wrote: > > > I am interested in changing the primary key of the User model to email > > and also use that as the username. > > > I would like to maintain the admin interface as well. > > >

Re: Modifying Django's User Model

2009-06-12 Thread Rajesh D
On Jun 12, 9:29 am, LeeRisq wrote: > I am interested in changing the primary key of the User model to email > and also use that as the username. > > I would like to maintain the admin interface as well. > > I am uncertain about the ramifications of doing this. I understand > this change will ne