django-hierarchical-auth
django-hierarchical-auth copied to clipboard
Extends django auth allowing hierarchical permissions
======================== django-hierarchical-auth
django-hierarchical-auth provides extended functionality for the default User / Group permissions system in Django.
It allows to hierarchically organize the groups, allowing easy permissions management for complex systems.
Usage
As it's built on top of django.contrib.auth all you need to do is install it.