Day: October 8, 2008

  • links for 2008-10-07

    Django snippets: RestView – class for creating a view that dispatches based on request.method Sometimes it's useful to dispatch to a different view method based on request.method – e.g. when building RESTful APIs where GET, PUT and DELETE all use different code paths. RestView (tags: content tutorial snippet django restview) Django snippets: RestfulView In the […]