Hi, I'd like to implement two kind of users in my system: a buyer and a seller. Both kind of users should, of course, inherit from a user model. As I'd like to use the authentication framework from django.contrib, should I have the "user" as table in the database or can I get by with an abstract inheritance where no table is created for the user?
Thanks 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 -~----------~----~----~----~------~----~------~--~---