# 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',
]