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.5.1.tar.gz
(11.1 kB
view details)
Built Distribution
File details
Details for the file django-accredible-0.5.1.tar.gz
.
File metadata
- Download URL: django-accredible-0.5.1.tar.gz
- Upload date:
- Size: 11.1 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.1.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a10942ea3983b071ea0b7edc97d341d96d6b32fb8a1e2da35d05824ec3360f75 |
|
MD5 | 9232e3a08c88305a2db994102ae8937e |
|
BLAKE2b-256 | c92ceda98412ead6f6a24f9247c125c7bd337f73431eaba57d083a73aab3e56e |
File details
Details for the file django_accredible-0.5.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_accredible-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 18.6 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.1.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a81f7b3381c31fcc1207a5b0d8a7f067506a68653cc52d519c5839400b74b1c8 |
|
MD5 | 0311ed65109fb2a8c4dd3fa4d6213d3a |
|
BLAKE2b-256 | aa662d5d093d47c70aec3e0732de9b34b073749149a6c50cd0af149fe2da856b |