1 2 3 4 5 6 7 8 9
from django.apps import AppConfig class TwoConfig(AppConfig): name = "apps.two_configs_app" class TwoConfigBis(AppConfig): name = "apps.two_configs_app"