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