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.3.0.tar.gz
(11.1 kB
view details)
Built Distribution
File details
Details for the file django-accredible-0.3.0.tar.gz
.
File metadata
- Download URL: django-accredible-0.3.0.tar.gz
- Upload date:
- Size: 11.1 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 | 9b8351fdf57d10a605d7848674974c663ebb36eafab104dafe22c0aac74e24ed |
|
MD5 | 653e45d15ef00c1408fc42b95fbfdc7e |
|
BLAKE2b-256 | 1b247bf08ad66f50c9b725a3f906b821545ae1c3dc89bb47b17198bb2ff41b15 |
File details
Details for the file django_accredible-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_accredible-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.9 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 | 206d84d104d32e5793ccf5ed1a036121af4aea454ecb8e719c145cf2bb004710 |
|
MD5 | 53cd34b130755286bdcda0710edf8903 |
|
BLAKE2b-256 | c1007f70c58cd87dfd807c12a8f4abeeb673bfa7fe8189222871636f38064b6e |