django-devserver
django-devserver copied to clipboard
The time and SQL information is missing when using --werkzeug
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?