django-authority is a powerful layer between Django’s basic permission system (provided through django.contrib.auth) and your application:
This application provides three abilities:
Warning
We have just started with the documentation and it’s far from being perfect. If you find glitches, errors or just have feedback, please contact the team: Support.
Note
The create-permission topics are based on each other. If you are new to django-authority we encourage to read from top to bottom.
Installation topics:
Create and check permissions:
Permission checks in detail
Permission assigning and handling