rules 3.5
0
Awesome Django authorization, without the database
Contents
Awesome Django authorization, without the database
Stars: 1852, Watchers: 1852, Forks: 148, Open Issues: 36The dfunckt/django-rules
repo was created 10 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1852 github stars!
How to Install rules
You can install rules using pip
pip install rules
or add it to a project with poetry
poetry add rules
Package Details
- Author
- Akis Kesoglou
- License
- MIT
- Homepage
- http://github.com/dfunckt/django-rules
- PyPi:
- https://pypi.org/project/rules/
- GitHub Repo:
- https://github.com/dfunckt/django-rules
Classifiers
Related Packages
Errors
A list of common rules errors.
Code Examples
Here are some rules
code examples and snippets.
GitHub Issues
The rules package has 36 open issues on GitHub
- Use APIView.permission_denied to handle 401 and 403 http errors