Skip to content

exolever/django-accredible

Repository files navigation

django-accredible

Requirements Status https://travis-ci.org/exolever/django-accredible.svg?branch=master https://sonarcloud.io/api/project_badges/measure?project=exolever_django-accredible&metric=alert_status https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat

Integrate Accredible certification in a Django App

Quickstart

Install django-accredible:

pip install django-accredible

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'certification',
    ...
)

Running Tests

Does the code actually work?

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

Credits

Tools used in rendering this package:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •