Re: Using custom user model for authentication

2009-04-07 Thread Rama Vadakattu
Please have a look at the below thread which answers the above question: http://groups.google.com/group/django-users/browse_thread/thread/c943ede66e6807c/2fbf2afeade397eb#2fbf2afeade397eb On Apr 8, 9:03 am, Tom wrote: > Hi experts, > > I am a first time web-developer who decided to use python we

Using custom user model for authentication

2009-04-07 Thread Tom
Hi experts, I am a first time web-developer who decided to use python web framework. I just finished the chapter on Sessions, Users, and Authentication in The Definitive Guide to Django book. I have some questions on the user models. The class models.User is tied with the authentication sub fram