I believe there are articles on blogs and wiki posts about extending
the user model.

The basic idea as of right now (as far as I know), before model
inheritance is committed, is to connect the two using a foreign key.

If you want to create a user and relate it to the customer object, best
spot may either be in a custom manipulator or override the save method
and create the user then relate it to the customer model and save the
customer model.

Chris


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

Reply via email to