Django-response-view-mixin

https://badge.fury.io/py/django-response-mixin-view.svg https://travis-ci.org/yourname/django-response-mixin-view.svg?branch=master https://codecov.io/gh/yourname/django-response-mixin-view/branch/master/graph/badge.svg

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: