components/openstack/horizon/files/local_settings.py
branchs11-update
changeset 4680 171e78a08a19
parent 4625 18adb92d4193
child 4695 0aecdc531b77
child 6035 c9748fcc32de
equal deleted inserted replaced
4679:a5bb9ac1f999 4680:171e78a08a19
     2 
     2 
     3 from django.utils.translation import ugettext_lazy as _
     3 from django.utils.translation import ugettext_lazy as _
     4 
     4 
     5 from openstack_dashboard import exceptions
     5 from openstack_dashboard import exceptions
     6 
     6 
     7 DEBUG = True
     7 DEBUG = False
     8 TEMPLATE_DEBUG = DEBUG
     8 TEMPLATE_DEBUG = DEBUG
     9 
     9 
    10 # Required for Django 1.5.
    10 # Required for Django 1.5.
    11 # If horizon is running in production (DEBUG is False), set this
    11 # If horizon is running in production (DEBUG is False), set this
    12 # with the list of host/domain names that the application can serve.
    12 # with the list of host/domain names that the application can serve.