MCPcopy
hub / github.com/django/django / ImproperlyConfigured

Class ImproperlyConfigured

django/core/exceptions.py:123–126  ·  view source on GitHub ↗

Django is somehow improperly configured

Source from the content-addressed store, hash-verified

121
122
123class ImproperlyConfigured(Exception):
124 """Django is somehow improperly configured"""
125
126 pass
127
128
129class FieldError(Exception):

Callers 15

_get_storage_pathMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
get_finderFunction · 0.90
pathMethod · 0.90
check_settingsFunction · 0.90
get_currentMethod · 0.90
process_requestMethod · 0.90
get_login_urlMethod · 0.90
process_requestMethod · 0.90
aprocess_requestMethod · 0.90
_get_backendsFunction · 0.90

Calls

no outgoing calls

Tested by 2

_validate_databasesMethod · 0.72
__call__Method · 0.72