1 2 3 4 5
from django.apps import AppConfig class ImplicitDefaultConfigMismatch(AppConfig): name = "apps.explicit_default_config_mismatch_app"