# HG changeset patch # User david.comay@oracle.com # Date 1437424825 25200 # Node ID 171e78a08a1938f3a032bff6de530794e46cb183 # Parent a5bb9ac1f9990f56394148bfccea5a1e57434eab 21460232 DEBUG should default to False in local_settings.py diff -r a5bb9ac1f999 -r 171e78a08a19 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.