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.5.tar.gz
(11.0 kB
view details)
Built Distribution
File details
Details for the file django-accredible-0.4.5.tar.gz
.
File metadata
- Download URL: django-accredible-0.4.5.tar.gz
- Upload date:
- Size: 11.0 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 | afc51a45c8f5fd87cda64f7fdde293574bab3730da6643bc712468ae97842dae |
|
MD5 | 7a3cf43d90ede08ea6b1924041cbe756 |
|
BLAKE2b-256 | a8119e0623157b3042abcff1506a52953fa4448333c2d9d9aecf0ffbe9d2f218 |
File details
Details for the file django_accredible-0.4.5-py2.py3-none-any.whl
.
File metadata
- Download URL: django_accredible-0.4.5-py2.py3-none-any.whl
- Upload date:
- Size: 18.5 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 | ce39f277824f37ed5dd609d0fe6dd6c75a268cdc2fec3a35a64cae4789467924 |
|
MD5 | 603309196bc674c9c428bf865758b0af |
|
BLAKE2b-256 | 8b9d77ab07d672a7ad2d32a8d7d35cbd0bbef99e6aa4d1e36db4eaa49c8bc622 |