Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Piston for Python 3.3+ and Django 1.6+

Notifications You must be signed in to change notification settings

RealGeeks/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

About

Piston for Python 3.3+ and Django 1.6+

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%