evoque-dashboard/_99_evoque.py.example
lawrancejing ca630e652f Add workflow panel
Change-Id: I81307a5a532123528ff2ab9616e7b5e3c5091bf7
2015-11-24 14:20:18 +00:00

14 lines
274 B
Plaintext

from evoque_dashboard import exceptions
DASHBOARD = 'ticket'
ADD_INSTALLED_APPS = [
'evoque_dashboard'
]
DEFAULT = True
ADD_EXCEPTIONS = {
'recoverable': exceptions.RECOVERABLE,
'not_found': exceptions.NOT_FOUND,
'unauthorized': exceptions.UNAUTHORIZED,
}