10 lines
226 B
Plaintext
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,
|
|
}
|