django-devserver
django-devserver copied to clipboard
Show request time and SQL info when using --werkzeug.
Fixes #110 by taking the code in http.py and using Werkzeug's version of WSGIRequestHandler, and adding some Werkzeug-specific changes. This file only gets loaded when --werkzeug is used.