Skip to content

lotrekagency/cattp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d144abf · Aug 11, 2019

History

23 Commits
Oct 28, 2018
Oct 27, 2018
Oct 9, 2017
Nov 30, 2018
Aug 11, 2019
Oct 9, 2017
Oct 9, 2017
Oct 27, 2018
Dec 1, 2018
Nov 30, 2018
Oct 27, 2018
Oct 27, 2018
Oct 28, 2018
Oct 27, 2018
Nov 30, 2018

Repository files navigation

Cattp Logo

Latest Version codecov Build Status License: MIT

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