Re: Django's User authentication

2007-07-19 Thread rskm1
Jason F. McBrayer wrote: > james_027 <[EMAIL PROTECTED]> writes: > > > what if I need additional fields or methods for my apps? Do i inherit > > it or edit the user class? > > The standard approach is here: > http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model I'm glad this c

Re: Django's User authentication

2007-07-18 Thread james_027
Thanks Jason for sharing this one. cheers, james On Jul 18, 9:07 pm, [EMAIL PROTECTED] (Jason F. McBrayer) wrote: > james_027 <[EMAIL PROTECTED]> writes: > > what if I need additional fields or methods for my apps? Do i inherit > > it or edit the user class? > > The standard approach is > here:

Re: Django's User authentication

2007-07-18 Thread Jason F. McBrayer
james_027 <[EMAIL PROTECTED]> writes: > what if I need additional fields or methods for my apps? Do i inherit > it or edit the user class? The standard approach is here: http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-model However, also have a look at this approach: http://g

Re: Django's User authentication

2007-07-18 Thread james_027
what if I need additional fields or methods for my apps? Do i inherit it or edit the user class? Thanks james On Jul 18, 3:45 pm, Przemek Gawronski <[EMAIL PROTECTED]> wrote: > > is this use for the django admin features only? or I can use it for my > > own app? if yes, do I make it suitable for

Re: Django's User authentication

2007-07-18 Thread Przemek Gawronski
> is this use for the django admin features only? or I can use it for my > own app? if yes, do I make it suitable for my application? Sure you can, tak a look at: http://www.djangoproject.com/documentation/authentication/#how-to-log-a-user-in Przemek -- AIKIDO TANREN DOJO - Poland - Warsaw

Django's User authentication

2007-07-18 Thread james_027
hi, is this use for the django admin features only? or I can use it for my own app? if yes, do I make it suitable for my application? Thanks james --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro