1
0
mirror of https://github.com/django/django.git synced 2025-01-19 06:43:15 +00:00
2020-07-21 10:35:12 +02:00

11 lines
208 B
Python

from django.apps import AppConfig
class TwoConfig(AppConfig):
default = True
name = 'apps.two_configs_one_default_app'
class TwoConfigAlt(AppConfig):
name = 'apps.two_configs_one_default_app'