evoque-dashboard/_99_evoque.py.example

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,
}