Repository URL to install this package:
Version:
0.7.0a0 ▾
|
django_iam |
django_iam.egg-info |
LICENSE |
MANIFEST.in |
PKG-INFO |
README.md |
setup.cfg |
setup.py |
Roles and access management for django apps
pip install django-iam
Version numbers follow Semantic Versioning 2.0.0
Note: Releases with major version zero (0.y.z
) are in experimental public API. There is no guarantee of API
compatibility between 0.y.z
and 0.b.c
where y != z
. You may expect the public API to be backwards compatible
between 0.y.z
and 0.y.c
where c >= z
.
Add the example
directory to the PYTHONPATH
in your IDE to avoid seeing import warnings in the tests
modules. If
you are using PyCharm, this is already set up.
Install requirements
pip install -r requirements.txt
For local environment
pytest
For all supported environments
tox