Django

Code

Ticket #7059: 7059.diff

File 7059.diff, 0.6 kB (added by programmerq, 5 months ago)
  • a/docs/settings.txt

    old new  
    391391the like all give attackers extra information about your server. Never deploy a 
    392392site with ``DEBUG`` turned on. 
    393393 
     394It is also important to note that when running with ``DEBUG`` turned on, Django 
     395will internally store each SQL query it executes. This leads to an ever increasing 
     396memory footprint as queries are executed. 
     397 
    394398DEBUG_PROPAGATE_EXCEPTIONS 
    395399-------------------------- 
    396400