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.2.0.tar.gz
(11.0 kB
view details)
Built Distribution
File details
Details for the file django-accredible-0.2.0.tar.gz
.
File metadata
- Download URL: django-accredible-0.2.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 156f863a70c7565bb40c1b84adb79deb4069029b27a59757a603043df11fef5c |
|
MD5 | 41ac18f9786cf53748c18dcf243cc1a0 |
|
BLAKE2b-256 | c3084a9f2b16e21fdcff31a98439264501bdf71c43eac2581f63a34bdb9b2053 |
File details
Details for the file django_accredible-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_accredible-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d69d1973c40833a67b03a26ed43934ca6e02f72006a3093519969b1fb0cf2e6 |
|
MD5 | e55932e293c5cb4fd6d46230e77b0ee0 |
|
BLAKE2b-256 | ce396e43f752694385e6c2906043c88c5e45b80f91af368b4e3d79e59d8cc8c5 |