Create User method for Custom Manager Django

2015-02-02 Thread Max Nathaniel Ho
Hi all, I am following this tutorial ( http://musings.tinbrain.net/blog/2014/sep/21/registration-django-easy-way/) to create a user registration model in Django. I understand that the class UserManager is overwriting the default User model. However, I do not understand this particular part.

Re: Create User method for Custom Manager Django

2015-02-03 Thread Daniel Roseman
On Tuesday, 3 February 2015 06:19:47 UTC, Max Nathaniel Ho wrote: > > Hi all, > > I am following this tutorial ( > http://musings.tinbrain.net/blog/2014/sep/21/registration-django-easy-way/) > to create a user registration model in Django. > > I understand that the class UserManager is overwritin

Re: Create User method for Custom Manager Django

2015-02-04 Thread Max Nathaniel Ho
Read it. Understand it now. Thanks! On Tuesday, February 3, 2015 at 10:12:08 PM UTC+8, Daniel Roseman wrote: > > > On Tuesday, 3 February 2015 06:19:47 UTC, Max Nathaniel Ho wrote: >> >> Hi all, >> >> I am following this tutorial ( >> http://musings.tinbrain.net/blog/2014/sep/21/registration-dja