django-devserver icon indicating copy to clipboard operation
django-devserver copied to clipboard

Show request time and SQL info when using --werkzeug.

Open joeyespo opened this issue 10 years ago • 0 comments

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.

joeyespo avatar Apr 01 '15 22:04 joeyespo