A tool to analyze your Django app access control
Project description
Django Access Inspector
Django Access Inspector is a comprehensive access control app for Django that helps you enforce fine-grained access control on your views. It provides a flexible and easy-to-use interface to check and analyze authentication and permission classes for each view in your Django project.
Installation
Run one of the following command:
pip install django-access-inspector
poetry add django-access-inspector
Add "django_access_inspector" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...,
"django_access_inspector",
]
Run
python manage.py inspect_access_control
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_access_inspector-0.1.0.tar.gz
.
File metadata
- Download URL: django_access_inspector-0.1.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f270bb3c3a783a2b2b0332de87288306b996d8a6c50865c37c661ae47f1eec0 |
|
MD5 | a135151fa81945478eafb6ca59f9b91c |
|
BLAKE2b-256 | ac85dd4accb9cafd5cbd3569a6da02bae5c4a389af8e0b9089936c8119f5c505 |
File details
Details for the file django_access_inspector-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_access_inspector-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2aff410ed425fafc62ba54a375ed55e2ecfe0d7c1919c90709805363f7ac0862 |
|
MD5 | 75116f6ece8308fbc453dae5fc3955b5 |
|
BLAKE2b-256 | f00671d1a8497b9683e0550fc8547e4aee085d6cca4a4203f4a9a4f8b01b5183 |