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