Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exolever/django-exo-role
https://github.com/exolever/django-exo-role
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/exolever/django-exo-role
- Owner: exolever
- License: gpl-3.0
- Created: 2019-10-21T10:46:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T11:20:17.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T09:11:53.666Z (3 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
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/MITUse 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 /bin/activate
(myenv) $ pip install tox
(myenv) $ toxCredits
-------Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage