Your project description goes here
Project description
Your project description goes here
Documentation
The full documentation is at https://plugs-ariadne-jwt.readthedocs.io.
Quickstart
Install Django Ariadne JWT:
pip install plugs-ariadne-jwt
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_ariadne_jwt.apps.DjangoAriadneJwtConfig',
...
)
Add Django Ariadne JWT’s URL patterns:
from plugs_ariadne_jwt import urls as plugs_ariadne_jwt_urls
urlpatterns = [
...
url(r'^', include(plugs_ariadne_jwt_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-09-11)
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
Built Distribution
File details
Details for the file plugs-ariadne-jwt-0.2.0.tar.gz
.
File metadata
- Download URL: plugs-ariadne-jwt-0.2.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05bed48a1e0f82b8b81789610b1dd5f61ce736ac2c5db6063ff57053e6f35338 |
|
MD5 | 59fee80d414138a7059475dd135205e7 |
|
BLAKE2b-256 | b484df9db5b710277a9f852e3d0a0279c62e382ff78fcdf1aa5d64fdd7e9a00d |
File details
Details for the file plugs_ariadne_jwt-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: plugs_ariadne_jwt-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6685c7298dd857655dec975d2961963b6072c8b49c076abd902fb4be7f949c8f |
|
MD5 | 9aeb474b940bfeb2d983c8af0f206b07 |
|
BLAKE2b-256 | 86db1d172c86d931a8d2f5ff0a882949689155c7e2df872c378f316f3cdcfcff |