Skip to content

userzimmermann/django-piston3

Repository files navigation

Piston for Python 3.3+ and Django 1.6+

https://bitbucket.org/userzimmermann/django-piston3

Usage

Issues

  • Creation of request.PUT and request.FILES on PUT requests, handled by piston3.utils.coerce_put_post, doesn't work properly, Issue36RegressionTests fail
  • All other tests pass

Setup

Requirements

Installation

python setup.py install

Or with pip:

pip install .

Or from PyPI:

pip install django-piston3