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