General
Linux
Python
blog
caching
databases
debugging
django
djangocon
geodjango
inauguracion
jacobkaplanmoss
misscripts
opensource
orm
postgresql
projects
python
security
software
yaco
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.


