summaryrefslogtreecommitdiff
path: root/_50_tuskar.py.example
blob: a56b2e652f6d7fa815c73b2cb26485ed550bff08 (plain)
1
2
3
4
5
6
7
8
9
10
11
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,
}