Re: Which kind of model inheritance is most suited?

2008-04-30 Thread Guillaume Lederrey
2008/4/29 francesco <[EMAIL PROTECTED]>: > 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

Which kind of model inheritance is most suited?

2008-04-29 Thread francesco
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