Django Session View Mixin¶
Your project description goes here
Documentation¶
The full documentation is at https://django-session-view-mixin.readthedocs.io.
Quickstart¶
Install Django Session View Mixin:
pip install django-session-view-mixin
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'session_view_mixin',
...
)
Features¶
TODO
Running Tests¶
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Development commands¶
pip install -r requirements_dev.txt
invoke -l
Credits¶
Tools used in rendering this package: