spanner/_99_spanner.py.example

14 lines
271 B
Plaintext

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