Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Presenting django-devserver, a better runserver. I really like this—it’s a Django management command (./manage.py rundevserver) which adds SQL logging and cache access summaries to the console output of Django’s local development server. It solves a similar set of problems to the debug toolbar, but requires slightly less setup and doesn’t inject additional HTML in to your pages. You can add your own custom modules to it as well.

Tagged , , , , ,

1 comment

  1. I agree it looks great and is a really useful tool for any djangoer.

    It would be great if there was an easier way to use WSGI middlewares in the runserver rather than cloning the management command each time, which would make adding these development tools easier and hopefully boost adoption of them!

    Ross Lawley - 10th February 2010 12:46 - #

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site