From 08203a6cb7889e55975d1568e9f4a9187fad8306 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Thu, 30 Apr 2020 08:34:07 -0600 Subject: initial commit --- src/orchestration/apps.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/orchestration/apps.py (limited to 'src/orchestration/apps.py') 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' -- cgit v1.3