M
M
muzhig2013-01-13 23:34:06
Django
muzhig, 2013-01-13 23:34:06

Isolated subsets of users?

Good day, habr!
I participate in the development of a portal whose clients are entire companies, with my own users, admins, groups, permissions. All clients work with the same models, but must be completely isolated from each other.
What approach would you recommend, habr? Or maybe something already exists? Any best practices? Of particular interest is the flexible model of permissions, which takes into account the isolation of objects of one company from the objects of another company.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alz, 2013-01-14
@alz

docs.djangoproject.com/en/1.4/ref/contrib/sites/

V
Valentine, 2013-01-14
@vvpoloskin

We have developed for ourselves an analogue of the nix permission model.
The model has flags "read", "add", "edit", "delete". There is also an owner and an owner group. Flexibility is definitely there :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question