Skip to content

apps

django_spire.core.apps

DjangoSpireConfig

Bases: AppConfig

default_auto_field = 'django.db.models.BigAutoField' class-attribute instance-attribute

label = 'django_spire_core' class-attribute instance-attribute

name = 'django_spire.core' class-attribute instance-attribute

URLPATTERNS_INCLUDE = 'django_spire.core.urls' class-attribute instance-attribute

URLPATTERNS_NAMESPACE = 'core' class-attribute instance-attribute

ready

Source code in django_spire/core/apps.py
def ready(self) -> None:
    import django_spire.core.signals  # noqa: F401, PLC0415