From f89ca13d430beff8b199149353d3403034743bd4 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Thu, 27 Feb 2014 15:45:55 +0100 Subject: [PATCH] Remove apps from settings Those lines are supposed to be replaced by their counterparts in openstack_dashboard/enabled and not used any more here. It's a leftover and was forgotten to remove in blueprint plugin-architecture Implements blueprint plugin-architecture Change-Id: I88ed5886304673391074f1cb681554a9288985e8 --- openstack_dashboard/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index f0923d5916..7950e80779 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -155,11 +155,7 @@ INSTALLED_APPS = [ 'django.contrib.humanize', 'compressor', 'horizon', - 'openstack_dashboard.dashboards.project', - 'openstack_dashboard.dashboards.admin', - 'openstack_dashboard.dashboards.settings', 'openstack_auth', - 'openstack_dashboard.dashboards.router', ] TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'