Hi,

I already posted this question here
http://groups.google.com/group/django-users/browse_thread/thread/2dfb6ed2fc99a62e
but I then realized I had not been very clear and decided to rewrite
it.

In this entry from the James Bennet blog
http://www.b-list.org/weblog/2006/06/06/django-tips-extending-user-modelare
are clear instructions on how to extend the User model to fit the
particular needs of an application.

In the application I'm developing there two different kind of users,
for example a Buyer and a Seller, which have different fields. This
means that I have to extend the User model twice. The problem I'm
facing is: which value should I specify for the parameter
AUTH_PROFILE_MODULE in settings.py? 'myapp.Buyer', 'myapp.Seller',
both of them?

Any help will be appreciated
Francesco


--~--~---------~--~----~------------~-------~--~----~
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