spanner/_50_spanner.py.example
lawrancejing f15ff05fa7 Initial commit
Change-Id: I593ec555100ff21087c8769868bcf1f1f9d5c07e
2015-10-10 12:02:19 +00:00

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