
* Ported over from the Catalyst repos into its own plugin for better maintainability and ease of sharing with upstream. Change-Id: I4e7e1787330d549c59ede6f024e1216f5a073ecd
10 lines
303 B
Python
10 lines
303 B
Python
# The name of the dashboard to be added to HORIZON['dashboards']. Required.
|
|
DASHBOARD = 'forgot_password'
|
|
|
|
# A list of applications to be added to INSTALLED_APPS.
|
|
ADD_INSTALLED_APPS = [
|
|
'stacktask_ui.dashboards.forgot_password_dash',
|
|
'stacktask_ui.content.forgot_password',
|
|
'overextends',
|
|
]
|