21460232 DEBUG should default to False in local_settings.py s11-update
authordavid.comay@oracle.com
Mon, 20 Jul 2015 13:40:25 -0700
branchs11-update
changeset 4680 171e78a08a19
parent 4679 a5bb9ac1f999
child 4681 f8e2ab89bbbe
21460232 DEBUG should default to False in local_settings.py
components/openstack/horizon/files/local_settings.py
--- a/components/openstack/horizon/files/local_settings.py	Mon Jul 20 13:40:14 2015 -0700
+++ b/components/openstack/horizon/files/local_settings.py	Mon Jul 20 13:40:25 2015 -0700
@@ -4,7 +4,7 @@
 
 from openstack_dashboard import exceptions
 
-DEBUG = True
+DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
 # Required for Django 1.5.