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.1.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file django-accredible-0.4.1.tar.gz
.
File metadata
- Download URL: django-accredible-0.4.1.tar.gz
- Upload date:
- Size: 10.7 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 | 1e96c958369180bb6ec89769ecf0ba5abcbcc9b57d675387fc1a64acf15c109c |
|
MD5 | 9dbca9f59f42b123492e7c63ad2e5f82 |
|
BLAKE2b-256 | f5f785ac2bfe786de2cbf163b5f1a3152657adbfd0e7a9f6a0b85cf5d618591c |
File details
Details for the file django_accredible-0.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_accredible-0.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 17.2 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 | 5dffe6ba76f4ae64499f8e54cecb1cccbe0758c34600c3fbc3b06bd063ba44e5 |
|
MD5 | de037594bbf1afd09d85831a49c0877d |
|
BLAKE2b-256 | 1d90f73da6cbd338de56b9c49097aaebc5e8aebb475653b7d6aa455d45c59c2f |