Your project description goes here
The full documentation is at https://plugs-auth.readthedocs.io.
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)),
...
]- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: