# The name of the dashboard to be added to HORIZON['dashboards']. Required. DASHBOARD = 'management' # A list of applications to be added to INSTALLED_APPS. ADD_INSTALLED_APPS = [ 'stacktask_ui.dashboards.management' ]