Django responses with cats from http.cat 🐱 Installation pip install cattp Usage from cattp.http import HttpCatResponse def my_view(request): return HttpCatResponse(status_code=200) Run tests $ pip install -r requirements-dev.txt $ make test