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