django-rules icon indicating copy to clipboard operation
django-rules copied to clipboard

Flexible and scalable Django authorization backend for unified per object permission management

Results 2 django-rules issues
Sort by recently updated
recently updated
newest added

The object_permission_required decorator is in django_rules.decorators not django_rules

Hi, I have made a small decorator that permit register lazy (and define) a new permission. Lazy I mean that only when it was used the first time the permission...