Chris Lamb

django-pedantic-http-methods

BlogProjectsAbout

View all my projects »

Ensure more REST-ful HTTP methods within Django projects.


Raises an exception when attempting to perform side effects in GET and HEAD HTTP methods.


If you are looking for a highly experienced full-stack Django developer with a track record of producing high-quality and maintaininable code, please get in touch.

You can install django-pedantic-http-methods from PyPI:

$ pip install django-pedantic-http-methods
… or by adding django-pedantic-http-methods to your requirements.txt and re-running pip install -r requirements.txt.

You can browse the source tree, create or file bugs or download the code from Git:

$ git clone https://github.com/lamby/django-pedantic-http-methods

django-pedantic-http-methods is released under the MIT license.

View all my projects »