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

make it possible to run with DEBUG=False

Open crucialfelix opened this issue 15 years ago • 0 comments

this would be useful in general, to run devserver with --debug=False

but in particular its quite important for checking memory leaks. I see memory increasing on each page load and I'm pretty certain that is the size of the queries being saved. its the same amount for the same exact queries. different queries, different but consistent amount.

or so it seems ... I'm not sure ! thus I want to run with debug=False

would also be very useful in day to day use without having to open up the settings file to switch

crucialfelix avatar Sep 17 '10 17:09 crucialfelix