Files
security-doc/security-guide/section_dashboard-debug.xml
Emett Speer fd488ce01e Broke dashboard chapeter into section_ files
Change-Id: Iac71b5acfb3fdd8556316a3f316fa91c6a876d69
Closes-Bug: #1458022
2015-05-26 03:26:25 -07:00

15 lines
598 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="dashboard-debug">
<?dbhtml stop-chunking?>
<title>Debug</title>
<para>We recommend that the <option>DEBUG</option> setting
is set to <literal>False</literal> in production environments.
If <option>DEBUG</option> is set to True,
Django will display stack traces and sensitive web server
state information when exceptions are thrown.</para>
</section>