Anil Jangity
unread,May 13, 2014, 11:21:38 AM5/13/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I would like to create a web site that will have multiple organizations with it’s own set of user accounts. Something like a “reseller” account.
e.g.
Org1
user1, user2, user3
Org2
user1, userA, userB
Each Org would have it’s own billing, user info.
Does anyone have any sample demo code that does something like this?
If not, what are some suggestions on how I should go about doing this? The default User model in Django won’t work clearly. I think in the newer Django versions we can create custom User models, but it seems then we would have to do a lot of custom modules to make it work (?).
Thanks for the feedback!