Re: the structure of a registration app

2010-08-23 Thread Kenneth Gonsalves
On Mon, 2010-08-23 at 18:29 -0700, John Yeukhon Wong wrote: > I want to understand something... > Let say I want to do a low-level registration handling myself, using > the User class that comes with Django. > > I started an app called accounts in my project > > So what should I put in model?

the structure of a registration app

2010-08-23 Thread John Yeukhon Wong
I want to understand something... Let say I want to do a low-level registration handling myself, using the User class that comes with Django. I started an app called accounts in my project So what should I put in model? Some examples would create an additional file called forms.py to put the