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