Skip to main content

Integrate Accredible certification in a Django App

Project description

https://badge.fury.io/py/django-accredible.svg Requirements Status https://travis-ci.org/exolever/django-accredible.svg?branch=master https://codecov.io/gh/exolever/django-accredible/branch/master/graph/badge.svg https://sonarcloud.io/api/project_badges/measure?project=exolever_django-accredible&metric=alert_status

Integrate Accredible certification in a Django App

Documentation

The full documentation is at https://django-accredible.readthedocs.io.

Quickstart

Install django-accredible:

pip install django-accredible

Add it to your INSTALLED_APPS:

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

Add django-accredible’s URL patterns:

from certification import urls as certification_urls


urlpatterns = [
    ...
    url(r'^', include(certification_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

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

Credits

Tools used in rendering this package:

History

0.1.0 (2019-02-06)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-accredible-0.4.4.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

django_accredible-0.4.4-py2.py3-none-any.whl (18.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-accredible-0.4.4.tar.gz.

File metadata

  • Download URL: django-accredible-0.4.4.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7

File hashes

Hashes for django-accredible-0.4.4.tar.gz
Algorithm Hash digest
SHA256 e48e59968b32645e3891a8c7f40bdbfd172e28d2f0a308140b02a3e5814c7755
MD5 b96af069b3163b4e53c8b99da7b1389a
BLAKE2b-256 5df008ba5ee125d90d671acf928e7f5e0ffcde745d1c9bd595a4e7af95029db2

See more details on using hashes here.

File details

Details for the file django_accredible-0.4.4-py2.py3-none-any.whl.

File metadata

  • Download URL: django_accredible-0.4.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7

File hashes

Hashes for django_accredible-0.4.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 36a39b7bcf63144c8aa1b2260486ee475b32f672494dbb6072ea5627c56b370c
MD5 b7cd6d3e3b6425f93aad02c6299c099c
BLAKE2b-256 8e7812b4b532ee410290aa190e4fdc48c05ec26b413700cb0b1d01124dd2f8fb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page