If you are looking for a pre-canned solution, look at django-guardian. It
implements object-level permission for users and groups. You just create
arbitrary permissions in the meta class of your models and can test them in
your templates and/or views. It has admin view support, template tags,
>
> Complicated indeed!
>
I once worked on a similar project that tackled the first 2 requirements as
part of a multi-tenant application, storing both the userID and company ID
for each detail record (content). Plus, the user profile was extended to
tie a User record to one or more companies.
Hi Everyone,
I was hoping to get some input on how other people deal with complicated
permission situations. I have banged my head against these concepts I think
I need some fresh eyes.
- User accounts can create and manage their own content.
- Users that are part of the same company can view
3 matches
Mail list logo