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 is a feature of Django, not of the registration app.

> does this mean we hit database 3 times in method 1?
> hit once in method 2 ?

If you take a look at the code in django.contrib.auth you'll find your answer.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to