Remove useless TEMPLATE_DEBUG from local_setings.py template
... because the parameter was removed from Horizon quite long ago[1]. [1] 3488ab3d40f90e9d01598912f7ee398c823f4385 Change-Id: Ic7486153d96fc2a731e0156468171803a61f8591
This commit is contained in:
parent
faaaa4a773
commit
cce34f1191
@ -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…
Reference in New Issue
Block a user