Your project description goes here
Project description
Your project description goes here
Documentation
The full documentation is at https://plugs-auth.readthedocs.io.
Quickstart
Install Plugs Auth:
pip install plugs-auth
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_auth.apps.PlugsAuthConfig',
...
)
Add Plugs Auth’s URL patterns:
from plugs_auth import urls as plugs_auth_urls
urlpatterns = [
...
url(r'^', include(plugs_auth_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 (2017-01-26)
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
plugs-auth-0.1.7.tar.gz
(9.3 kB
view hashes)
Built Distribution
Close
Hashes for plugs_auth-0.1.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a98abab7b84824ef6947b7ad6fb80d31fdb5d2b8daf15f22eac36fa9ab68fdd6 |
|
MD5 | 253be8fbd25dff35e4dcbed6d485a2df |
|
BLAKE2b-256 | 6255cd7557454f5c44dbdcc56526003dee8b5d33d17907a7bb8ca480f577991f |