Extra class based views for Django Framework
Install work version using PIP::
pip install django-extra-cbv
No any settings required
See code, please. There are not any docs or examples provided yet. The code is very simple. You can subclass base views to set up work with your models
No any templeate tags provided
No any management commands provided
You can run tests inside this package::
python run_tests.py
or with tox::
tox