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

The time and SQL information is missing when using --werkzeug

Open joeyespo opened this issue 10 years ago • 0 comments

When I run without --werkzeug, I see something like (time: 1.68s; sql: 10ms (3q)), which is really useful. After I switched to Werkzeug, it's no longer there.

Is there any way to get both?

joeyespo avatar Mar 31 '15 23:03 joeyespo