Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 798 Bytes

index.rst

File metadata and controls

27 lines (21 loc) · 798 Bytes

Django Scoped Permissions

Django Scoped Permissions is a custom permission system Django. The core concept of the system is a "scope", which is very loosely defined as a string followed by a colon. A scoped permission is a string containing one or more scopes, defining a permission hierarchy.

Such a scoped permission typically follows the natural hierarchy of your business domain.

guide/install guide/core-concepts guide/usage guide/guards guide/decorators guide/graphene-integration guide/graphene-django-cud-integration guide/stateless-usage

ref/models/index