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:
Takashi Kajinami 2020-04-09 22:45:15 +09:00
parent faaaa4a773
commit cce34f1191
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from openstack_dashboard import exceptions
from openstack_dashboard.settings import HORIZON_CONFIG
DEBUG = <%= @django_debug.to_s.capitalize %>
TEMPLATE_DEBUG = DEBUG
<% if @site_branding %>
SITE_BRANDING = '<%= @site_branding %>'