Add services and SSH keys.
[cas.git] / src / services / apps.py
diff --git a/src/services/apps.py b/src/services/apps.py
new file mode 100644 (file)
index 0000000..e40a94f
--- /dev/null
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class ServicesConfig(AppConfig):
+    name = 'services'