
- added enabled script - removed horizon from requirements - updated README - refactor folder structure Change-Id: If3fb4eddec26c5817cb0971eb7c4fe2ebb5641f3 Implements: blueprint mistral-ui
5 lines
99 B
Plaintext
5 lines
99 B
Plaintext
DASHBOARD = 'mistral'
|
|
ADD_INSTALLED_APPS = ['mistraldashboard']
|
|
DEFAULT = True
|
|
ADD_EXCEPTIONS = {}
|