from django.apps import AppConfig class CoreConfig(AppConfig): """Core application configuration.""" name = "core"