bennylope / django-organizations

:couple: Multi-user accounts for Django projects

Home Page:http://django-organizations.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How this project can be used with RBAC ?

shirishbhalekar opened this issue · comments

I Want to create oragnisation and having its admin and other users which will give specific roles.

If you are using custom models (https://django-organizations.readthedocs.io/en/latest/cookbook.html#advanced-customization-using-abstract-models) then you can create a role filed like user_type in that code example. For better or worse there is no access control provided for that role out of the box here though.

Does that answer your question?