Hi, I need to have two sets of users in my application: One is the Person and the other is the Company. So, I have to decide between going with the userprofile way or inheriting from User.
The problem with userprofile is that i can only register One class with AUTH_PROFILE_MODULE The problem with User inheritance is that I have to rewrite parts of UserAdmin and its Forms to have these two sets of users in the admin. Do you have suggestions? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---