vintasoftware / django-role-permissions

A django app for role based permissions.
http://django-role-permissions.readthedocs.org/
MIT License
731 stars 115 forks source link

User hierarchy and role inheritance #125

Open suryaajha opened 3 years ago

suryaajha commented 3 years ago

Is there any way where I can use this project to have user hierarchy in my project I want to design an application where I have the following hierarchy User hierarchy i.e Editor should have viewer role automatically and Admin should have All the roles

filipeximenes commented 3 years ago

You can configure role permissions "manually" to reflect that but there's no builtin support to assist with managing this