https://github.com/staab/django-flexible-permissions
A Django app that combines object-level table permissions with model relations to avoid normalization of data while providing an extremely flexible, declarative permissions model.
https://github.com/staab/django-flexible-permissions
Last synced: over 1 year ago
JSON representation
A Django app that combines object-level table permissions with model relations to avoid normalization of data while providing an extremely flexible, declarative permissions model.
- Host: GitHub
- URL: https://github.com/staab/django-flexible-permissions
- Owner: staab
- License: mit
- Created: 2015-12-03T00:46:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T02:21:39.000Z (over 10 years ago)
- Last Synced: 2025-04-10T03:17:21.158Z (over 1 year ago)
- Language: Python
- Size: 50.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Flexible Permissions is a Django app that combines object-level table permissions with model relations to avoid normalization of data while providing an extremely flexible, declarative permissions model.
Documentation is available in the wiki on the github page.