Ticket #7059: 7059.diff
| File 7059.diff, 0.6 kB (added by programmerq, 5 months ago) |
|---|
-
a/docs/settings.txt
old new 391 391 the like all give attackers extra information about your server. Never deploy a 392 392 site with ``DEBUG`` turned on. 393 393 394 It is also important to note that when running with ``DEBUG`` turned on, Django 395 will internally store each SQL query it executes. This leads to an ever increasing 396 memory footprint as queries are executed. 397 394 398 DEBUG_PROPAGATE_EXCEPTIONS 395 399 -------------------------- 396 400
