summaryrefslogtreecommitdiff
path: root/tests/apps/two_configs_app/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/apps/two_configs_app/apps.py')
-rw-r--r--tests/apps/two_configs_app/apps.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/apps/two_configs_app/apps.py b/tests/apps/two_configs_app/apps.py
new file mode 100644
index 0000000000..dd2eac9ad1
--- /dev/null
+++ b/tests/apps/two_configs_app/apps.py
@@ -0,0 +1,9 @@
+from django.apps import AppConfig
+
+
+class TwoConfig(AppConfig):
+ name = 'apps.two_configs_app'
+
+
+class TwoConfigBis(AppConfig):
+ name = 'apps.two_configs_app'