Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exolever/django-accredible
https://github.com/exolever/django-accredible
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/exolever/django-accredible
- Owner: exolever
- License: mit
- Created: 2019-02-06T06:22:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T16:22:57.000Z (about 2 years ago)
- Last Synced: 2024-04-20T17:08:50.156Z (8 months ago)
- Language: Python
- Size: 54.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
django-accredible
=============================.. image:: https://badge.fury.io/py/django-accredible.svg
:target: https://badge.fury.io/py/django-accredible.. image:: https://requires.io/github/exolever/django-accredible/requirements.svg?branch=master
:target: https://requires.io/github/exolever/django-accredible/requirements/?branch=master
:alt: Requirements Status.. image:: https://travis-ci.org/exolever/django-accredible.svg?branch=master
:target: https://travis-ci.org/exolever/django-accredible.. image:: https://codecov.io/gh/exolever/django-accredible/branch/master/graph/badge.svg
:target: https://codecov.io/gh/exolever/django-accredible.. image:: https://sonarcloud.io/api/project_badges/measure?project=exolever_django-accredible&metric=alert_status
:target: https://sonarcloud.io/dashboard?id=exolever_django-accredible
.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
:target: https://github.com/exolever/django-accredible/issues
.. image:: https://img.shields.io/badge/License-MIT-green.svg
:target: https://opensource.org/licenses/MITIntegrate Accredible certification in a Django App
Quickstart
----------Install django-accredible::
pip install django-accredible
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'certification',
...
)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