Django Roles with Role-Group-Permission-User
Project description
Django Roles
===================
## Installation
Install the package
```bash
$ pip install django-roles
```
## Dependencies
django
django-mptt
##Testing
Run all tests:
```bash
$ python -m unittest discover -s tests -p '*_test.py'
```
Start test with nose and code coverage:
```bash
$ nosetests --with-cov --cov-report html --cov django-auth tests/
```
===================
## Installation
Install the package
```bash
$ pip install django-roles
```
## Dependencies
django
django-mptt
##Testing
Run all tests:
```bash
$ python -m unittest discover -s tests -p '*_test.py'
```
Start test with nose and code coverage:
```bash
$ nosetests --with-cov --cov-report html --cov django-auth tests/
```
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
django_roles-0.0.4.tar.gz
(3.5 kB
view details)
File details
Details for the file django_roles-0.0.4.tar.gz.
File metadata
- Download URL: django_roles-0.0.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f828c4b72c94745cf2cc486111f6d4eb6b99e3a006ede97e812043c7d8a8f583
|
|
| MD5 |
8a295ea7a962b0d6555bb75afa65238a
|
|
| BLAKE2b-256 |
d71097815a953ba85c87973eae8f23a08fe7c1e72ad0544c0bb7382925b58276
|