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.1.0.tar.gz
(11.0 kB
view details)
Built Distributions
File details
Details for the file django-accredible-0.1.0.tar.gz
.
File metadata
- Download URL: django-accredible-0.1.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 | 2771cfefa0fffccbf04ba97bf88921c509d13a36b652074894b017d5dcf7d2e8 |
|
MD5 | 0ca430e403ffde8ddd5f14e1a1de975d |
|
BLAKE2b-256 | 2a256a86003bc9e78712f055a95f90a0b735a46b3968e387ae34f31ff524fcb0 |
File details
Details for the file django_accredible-0.1.0-py3.6.egg
.
File metadata
- Download URL: django_accredible-0.1.0-py3.6.egg
- Upload date:
- Size: 35.3 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 | 7fd7630bcd64bd43885b8696b218e7ebdfaf50fdb3599156f8ee20fc1f96feae |
|
MD5 | c0e8635a42c480ee79d7bfffef988ea5 |
|
BLAKE2b-256 | 61aa257544aef00f23829881aca6ddff4af70570c417e75e5678efc655756dce |
File details
Details for the file django_accredible-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_accredible-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.7 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 | 61a8e4298c21c8e88f90aa8391e53dfb37690379402eb0b859d7fcfdb7078782 |
|
MD5 | 3cc199434e0fe7e8a48a7c4d804ca825 |
|
BLAKE2b-256 | 8e0a556bf5f28e4a540a54419daf784332b1e4e2e3c96214be71ed0143eda628 |