kiloeyes/kiloeyes_horizon/enabled/_50_kiloeyes_ui.py

11 lines
289 B
Python

# The name of the dashboard to be added to HORIZON['dashboards']. Required.
DASHBOARD = 'kiloeyes_ui'
# If set to True, this dashboard will not be added to the settings.
DISABLED = False
# A list of applications to be added to INSTALLED_APPS.
ADD_INSTALLED_APPS = [
'kiloeyes_ui',
]