cerberus-dashboard/_cerberus.py.example

10 lines
226 B
Plaintext

from cerberusdashboard import exceptions
DASHBOARD = 'security'
ADD_INSTALLED_APPS = ['cerberusdashboard']
DEFAULT = True
ADD_EXCEPTIONS = {
'recoverable': exceptions.RECOVERABLE,
'not_found': exceptions.NOT_FOUND,
}