Skip to content

exceptions

dev_tool.services.django.exceptions

DjangoServiceError

Bases: DevToolBaseError

An exception that is raised when a Django service operation fails.

DjangoCommandError

Bases: DjangoServiceError

An exception that is raised when a Django management command fails.

DjangoMigrationError

Bases: DjangoServiceError

An exception that is raised when a Django migration operation fails.

DjangoServerError

Bases: DjangoServiceError

An exception that is raised when the Django development server fails to start.

DjangoSeedError

Bases: DjangoServiceError

An exception that is raised when Django database seeding fails.

DjangoSuperuserError

Bases: DjangoServiceError

An exception that is raised when Django superuser creation fails.

DjangoTemplateError

Bases: DjangoServiceError

An exception that is raised when Django template processing fails.