Drill-down navigation for django projects
Project description
This library provides a simple but effective row-level permission handling facility to Django applications and projects.
It provides means to define and check permissions both at the Model and at the individual object level, while django.contrib.auth only supports model-level permissions.
It has been designed to combine flexibility with ease of use.
The library doesn’t require any patching of the Django sources.