summaryrefslogtreecommitdiff
path: root/src/orchestration/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/orchestration/apps.py')
-rw-r--r--src/orchestration/apps.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/orchestration/apps.py b/src/orchestration/apps.py
new file mode 100644
index 0000000..f92ec6d
--- /dev/null
+++ b/src/orchestration/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class OrchestrationConfig(AppConfig):
+ name = 'orchestration'