Metadata-Version: 1.1
Name: django_roles
Version: 0.0.4
Summary: Django Roles with Role-Group-Permission-User
Home-page: https://github.com/cenkbircanoglu/django-roles
Author: Cenk Bircanoglu
Author-email: cenk.bircanoglu@gmail.com
License: MIT
Download-URL: https://github.com/cenkbircanoglu/django-roles/tarball/0.0.4
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/
        ```
        
        
        
Keywords: django,auth,user,user role,user role,organization,python
Platform: any
