Metadata-Version: 2.1
Name: django-exo-role
Version: 1.0.8
Summary: Use roles system with Django
Home-page: https://github.com/exolever/django-exo-role
Author: marfyl
Author-email: marfyl.dev@gmail.com
License: MIT
Keywords: python,django,exo,role
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: django (<3.0)
Requires-Dist: django-appconf
Requires-Dist: django-model-utils
Requires-Dist: django-filter
Requires-Dist: djangorestframework
Requires-Dist: psycopg2-binary
Requires-Dist: pyaml

=============================
django-exo-role
=============================

.. image:: https://badge.fury.io/py/django-exo-role.svg
    :target: https://badge.fury.io/py/django-exo-role

.. image:: https://travis-ci.org/exolever/django-exo-role.svg?branch=master
    :target: https://travis-ci.org/exolever/django-exo-role

.. image:: https://codecov.io/gh/exolever/django-exo-role/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/exolever/django-exo-role

.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
   :target: https://github.com/exolever/django-exo-role/issues

.. image:: https://img.shields.io/badge/License-MIT-green.svg
   :target: https://opensource.org/licenses/MIT


Use roles system with Django

Quickstart
----------

Install django-exo-role::

    pip install django-exo-role

Add it to your `INSTALLED_APPS`:

.. code-block:: python

    INSTALLED_APPS = (
        ...
        'exo_role',
        ...
    )

Running Tests
-------------

Does the code actually work?

::

    source <YOURVIRTUALENV>/bin/activate
    (myenv) $ pip install tox
    (myenv) $ tox

Credits
-------

Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage


