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
This commit is contained in:
Matthias Runge 2014-02-27 15:45:55 +01:00
parent 0e699655b4
commit f89ca13d43
1 changed files with 0 additions and 4 deletions

View File

@ -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'