tuskar-ui/_50_tuskar.py.example
Radomir Dopieralski 68836f4b35 Update installation instructions
Make the installation instructions use the pluggable dashboard
configuration. No more creating symlinks.

Change-Id: I2a93bbfde1b014cb5217be65164fbab9a17fefd9
2014-01-06 11:43:52 +01:00

12 lines
268 B
Plaintext

from tuskar_ui import exceptions
DASHBOARD = 'infrastructure'
ADD_INSTALLED_APPS = [
'tuskar_ui.infrastructure',
]
ADD_EXCEPTIONS = {
'recoverable': exceptions.RECOVERABLE,
'not_found': exceptions.NOT_FOUND,
'unauthorized': exceptions.UNAUTHORIZED,
}