hc99's picture
Add files using upload-large-folder tool
5e07a1f verified
raw
history blame
165 Bytes
from django.apps import AppConfig
class TwoConfig(AppConfig):
name = "apps.two_configs_app"
class TwoConfigBis(AppConfig):
name = "apps.two_configs_app"