From 715d39eab96e88f9ae7461ea754f40466eb86c6c Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Sat, 17 Nov 2012 16:54:48 -0800 Subject: [PATCH] Unifies Horizon conf. Centralizes all of Horizon's configuration options so that they're all uniformly accesible from a single place and always guaranteed to exist. Implements blueprint unify-config. Change-Id: I3279b7ccd58302fcff4f0d273f89f282a285c442 --- openstack_dashboard/test/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack_dashboard/test/settings.py b/openstack_dashboard/test/settings.py index d03d268..ddbb38c 100644 --- a/openstack_dashboard/test/settings.py +++ b/openstack_dashboard/test/settings.py @@ -16,7 +16,6 @@ SECRET_KEY = generate_or_read_from_file(os.path.join(TEST_DIR, ROOT_URLCONF = 'openstack_dashboard.urls' TEMPLATE_DIRS = ( os.path.join(TEST_DIR, 'templates'), - #os.path.join(ROOT_PATH, 'templates'), ) TEMPLATE_CONTEXT_PROCESSORS += (