Similar projects
Here is a list of other projects related with permissions and access control for Django.
We consider a project to be active if the last commit to the repository is less than two years old.
Actively maintained projects
- Django Scoped Permissions – not very popular, but might have useful ideas
- django-role-permissions – seems popular
- django-tabular-permissions – provides a good visual overview of the permissions the user has
- serious-django-permissions – provides central per-app permissions management
- django-admin-permissions
No longer maintained projects
- Django Permissions – last commit in 2015
- Django Flexible Permissions – last commit in 2015, has some useful material
- Django Finegraned Permissions – last commit in 2013, perhaps something interesting here
- Django Global Permissions – last commit in 2018, might be useful
- Django Improved Permissions – repo is archived, but the documentation seems useful
- django-field-object-permissions – last commit in 2017, implements object permissions based on the value of some field
- django-field-permissions – last commit in 2016
Last modified July 10, 2021: Working on homepage (9c46162)