Django-response-view-mixin¶
Your project description goes here
Documentation¶
The full documentation is at https://django-response-mixin-view.readthedocs.io.
Quickstart¶
Install Django-response-view-mixin:
pip install response-view-mixin
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'response_view_mixin',
...
)
Add Django-response-mixin-view’s URL patterns:
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: