Re: complicated permissions

2012-09-10 Thread Brian Schott
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,

Re: complicated permissions

2012-09-10 Thread Dan Gentry
> > 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.

complicated permissions

2012-09-09 Thread jondykeman
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