Re: will this hit database more than once by using AUTH_PROFILE_MODULE = 'myuser.MyUser'

2007-11-06 Thread James Bennett
On Nov 5, 2007 9:00 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > i have a topic want to discuss with all: > there is a option in django-registration : AUTH_PROFILE_MODULE = > 'myuser.MyUser' which can be setted in settings.py, so you can access > value of MyUser by get_profile.xxx. This

Re: will this hit database more than once by using AUTH_PROFILE_MODULE = 'myuser.MyUser'

2007-11-06 Thread [EMAIL PROTECTED]
can somebody help me ? On 11月6日, 上午11时00分, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > you know django-registration is a famous module(http://code.google.com/ > p/django-registration/). > > i have a topic want to discuss with all: > there is a option in django-registration :

will this hit database more than once by using AUTH_PROFILE_MODULE = 'myuser.MyUser'

2007-11-05 Thread [EMAIL PROTECTED]
you know django-registration is a famous module(http://code.google.com/ p/django-registration/). i have a topic want to discuss with all: there is a option in django-registration : AUTH_PROFILE_MODULE = 'myuser.MyUser' which can be setted in settings.py, so you can access value of MyUser by