From cce34f11915da19d7a8c5789e297d678fb66fe45 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 9 Apr 2020 22:45:15 +0900 Subject: [PATCH] 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 --- templates/local_settings.py.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index 8cced0ee..2397c1b4 100644 --- a/templates/local_settings.py.erb +++ b/templates/local_settings.py.erb @@ -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 %>'