Your project description goes here
The full documentation is at https://django-response-view-mixin.readthedocs.io.
Install Django Response View Mixin:
pip install django-response-view-mixin
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'response_view_mixin',
...
)
Add Django Response View Mixin's URL patterns:
from response_view_mixin import urls as response_view_mixin_urls
urlpatterns = [
...
url(r'^', include(response_view_mixin_urls)),
...
]
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
pip install -r requirements_dev.txt invoke -l
Tools used in rendering this package: