Skip to content

apps

django_spire.history.apps

HistoryConfig

Bases: AppConfig

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

label = 'django_spire_history' class-attribute instance-attribute

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

REQUIRED_APPS = ('django_spire_core',) class-attribute instance-attribute

ready

Source code in django_spire/history/apps.py
def ready(self) -> None:
    check_required_apps(self.label)