Last updated:
0 purchases
plugsauth 0.2.3
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:
Cookiecutter
cookiecutter-djangopackage
History
0.1.0 (2017-01-26)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.