horizon/openstack_dashboard/enabled/_5000_settings.py

8 lines
228 B
Python

# The slug of the dashboard to be added to HORIZON['dashboards']. Required.
DASHBOARD = 'settings'
# A list of applications to be added to INSTALLED_APPS.
ADD_INSTALLED_APPS = [
'openstack_dashboard.dashboards.settings',
]