Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  django_iam
  django_iam.egg-info
  LICENSE
  MANIFEST.in
  PKG-INFO
  README.md
  setup.cfg
  setup.py
Size: Mime:
  README.md

Django IAM

Roles and access management for django apps

pip install django-iam

Development and Testing

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.

IDE Setup

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.

Running the Tests

Install requirements

pip install -r requirements.txt

For local environment

pytest

For all supported environments

tox