https://bitbucket.org/userzimmermann/django-piston3
- Compatible with Python 2.7
- Forked from https://bitbucket.org/spookylukey/django-piston (diff)
- Based on https://bitbucket.org/jespern/django-piston (diff)
- Merged with https://bitbucket.org/j00bar/django-piston (diff)
- Import
piston3
instead ofpiston
- Original documentation: https://bitbucket.org/jespern/django-piston/wiki/Home
- Creation of
request.PUT
andrequest.FILES
on PUT requests, handled bypiston3.utils.coerce_put_post
, doesn't work properly,Issue36RegressionTests
fail - All other tests pass
python setup.py install
Or with pip:
pip install .
Or from PyPI:
pip install django-piston3