General
Linux
Python
blog
caching
databases
debugging
django
djangocon
geodjango
inauguracion
jacobkaplanmoss
misscripts
opensource
orm
postgresql
projects
python
security
software
yaco
django-piston
Blog de Simon Willison Posted on April 30, 2009
django-piston. Promising looking Django mini-framework for creating RESTful APIs, from the bitbucket team. Ticks all of Jacob’s boxes, even including built-in pluggable authentication support with HTTP Basic, Digest and OAuth out of the box.
RestView - a class for creating a view that dispatches based on request.method
Blog de Simon Willison Posted on September 21, 2008
RestView—a class for creating a view that dispatches based on request.method (via). I finally got around to writing up a simple approach I’ve been using for REST-style view functions in Django that dispatch based on request.method.


