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
This commit is contained in:
wei.ying 2017-06-25 22:04:51 +08:00
parent e8d1dd99a6
commit 5010e755a5

View File

@ -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):