Month: October 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 […]

  • links for 2008-10-06

    Repoze Want the maturity of Zope now with the flexibility of the WSGI future? Repoze integrates Zope technologies with WSGI and reusable Python middleware. (tags: software opensource python wsgi zope repoze) ReportingOn – The backchannel for your beat. ReportingOn helps journalists of all stripes find peers with experience dealing with a particular topic, story, or […]