From 5010e755a538e37f30ea8a9592140c5b186d9c23 Mon Sep 17 00:00:00 2001 From: "wei.ying" Date: Sun, 25 Jun 2017 22:04:51 +0800 Subject: [PATCH] Remove duplicate line from settings.py NG_TEMPLATE_CACHE_AGE in settings.py defined twice. Removing one. [0] openstack_dashboard/settings.py#L339 [1] openstack_dashboard/settings.py#L436 Change-Id: I48fa4b1344f265cbc60598dd96cda2945e87139d --- openstack_dashboard/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index 8fdefca0ad..65cfe4c788 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -336,8 +336,6 @@ else: ADD_TEMPLATE_LOADERS ) -NG_TEMPLATE_CACHE_AGE = NG_TEMPLATE_CACHE_AGE if not DEBUG else 0 - # allow to drop settings snippets into a local_settings_dir LOCAL_SETTINGS_DIR_PATH = os.path.join(ROOT_PATH, "local", "local_settings.d") if os.path.exists(LOCAL_SETTINGS_DIR_PATH):