Merge "Remove useless TEMPLATE_DEBUG from local_setings.py template"

This commit is contained in:
Zuul 2020-04-13 05:04:42 +00:00 committed by Gerrit Code Review
commit a2be3da692
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 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 %>'