Django Exceptions
Django Exceptions
Django raises some of its own exceptions as well as standard Python exceptions.
Django Core Exceptions
Django core exception classes are defined in django.core.exceptions
.
AppRegistryNotReady
-
exception AppRegistryNotReady
[source] -
This exception is raised when attempting to use models before the app loading pr