Integrate Accredible certification in a Django App
Project description
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
Release history Release notifications | RSS feed
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.2.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file django-accredible-0.4.2.tar.gz
.
File metadata
- Download URL: django-accredible-0.4.2.tar.gz
- Upload date:
- Size: 10.8 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5cb4ef7ba1070a37e7173220cd91a2ef4e90fcaa46a61d55b193c1d53b5ffa1 |
|
MD5 | f60229a488451e22bd4fb950e2b3ae02 |
|
BLAKE2b-256 | f1de6eedbda8a428440cad916f053c2730a5fd23efc2620af4799733c5989723 |
File details
Details for the file django_accredible-0.4.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_accredible-0.4.2-py2.py3-none-any.whl
- Upload date:
- Size: 18.3 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f0609a878b8131c3d5a794133e9141c1ef5ccd3331495f6c31950c6fc17f600 |
|
MD5 | bad7a1e7a21bd1b4208e6c5fb698feda |
|
BLAKE2b-256 | af330ce1c2d42865ec1115fe6e53a5ccd72b44cbb7babe8310396974d31b4081 |