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