fnp
/
cas.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
src/ssh_keys/apps.py
@@ -0,0
+1,5
@@
+from django.apps import AppConfig
+
+
+class SshKeysConfig(AppConfig):
+ name = 'ssh_keys'