Merge "Remove useless TEMPLATE_DEBUG from local_setings.py template"
This commit is contained in:
commit
a2be3da692
@ -8,7 +8,6 @@ from openstack_dashboard import exceptions
|
|||||||
from openstack_dashboard.settings import HORIZON_CONFIG
|
from openstack_dashboard.settings import HORIZON_CONFIG
|
||||||
|
|
||||||
DEBUG = <%= @django_debug.to_s.capitalize %>
|
DEBUG = <%= @django_debug.to_s.capitalize %>
|
||||||
TEMPLATE_DEBUG = DEBUG
|
|
||||||
|
|
||||||
<% if @site_branding %>
|
<% if @site_branding %>
|
||||||
SITE_BRANDING = '<%= @site_branding %>'
|
SITE_BRANDING = '<%= @site_branding %>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user