Merge "Split the dashboard into different apps, add tests"
[pharos.git] / tools / pharos-dashboard / jenkins / apps.py
diff --git a/tools/pharos-dashboard/jenkins/apps.py b/tools/pharos-dashboard/jenkins/apps.py
new file mode 100644 (file)
index 0000000..5abd215
--- /dev/null
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class JenkinsConfig(AppConfig):
+    name = 'jenkins'