A simple Django application that provides a RESTFul Direct certificate validation API.
Project description
django-direct is a simple Django application that provides a RESTFul API to validate and fetch Direct x509 certificate via LDAP and DNS.
Detailed documentation for using the API is in the “docs” directory. Installation instructions are below.
Quick start
Pip install django-direct:
pip install django-direct
Add “direct” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'direct', )
Include the direct URLconf in your project urls.py like this:
url(r'^direct/', include('direct.urls')),
There are no models in this application so there is no migration step.
5. Use the APIs. Visit http://127.0.0.1:8000/direct/ to verify the installation and for more information. See the docs folder for more information.
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
File details
Details for the file django-direct-0.7.8.tar.gz
.
File metadata
- Download URL: django-direct-0.7.8.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63eb1b366a5fe064ee45933adcf5cdf894fbd84fd0b8f367c6bad1cf36e73dcc |
|
MD5 | 5d8bda3152beccb5dad73988686a86d9 |
|
BLAKE2b-256 | 24ad515b996e4f3b0c669efa699acd73df703aa8409f571e873e0d4aa6abcbdc |