cerberus-dashboard/_cerberus.py.example
Anthony Michon 8c62c71c2b Initial commit
Change-Id: Ifb776811eb67fa60e85bbb06d0e4496cda4dda6d
2015-05-11 14:57:13 +02:00

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