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 , , , , ,

4 comments

  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 - #

  2. Yup, that shulod defo do the trick!

    Birdie - 9th September 2011 06:05 - #

  3. Woop woop! Looks good. Smart Goals | Jump Manual Review discover ways to bounce better right now

    todd - 15th October 2011 04:19 - #

  4. It would be appreciate if there could be way to us middlewares in the server. Unlock iPhone 4S

    Jaee - 30th October 2011 20:20 - #

Comments are closed.
A django site