2020-07-21 10:35:12 +02:00
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
|
|
|
|
|
|
class TwoConfig(AppConfig):
|
2022-02-03 20:24:19 +01:00
|
|
|
name = "apps.two_configs_app"
|
2020-07-21 10:35:12 +02:00
|
|
|
|
|
|
|
|
|
|
|
class TwoConfigBis(AppConfig):
|
2022-02-03 20:24:19 +01:00
|
|
|
name = "apps.two_configs_app"
|