Django Session View Mixin

https://badge.fury.io/py/django-session-view-mixin.svg/?style=flat-square https://readthedocs.org/projects/pip/badge/?version=latest&style=flat-square Coverage Status

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: