fnp
/
cas.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some tests, and docker fix
[cas.git]
/
src
/
ssh_keys
/
apps.py
diff --git
a/src/ssh_keys/apps.py
b/src/ssh_keys/apps.py
index
6663b50
..
1271268
100644
(file)
--- a/
src/ssh_keys/apps.py
+++ b/
src/ssh_keys/apps.py
@@
-1,5
+1,7
@@
from django.apps import AppConfig
from django.apps import AppConfig
+from django.utils.translation import gettext_lazy as _
class SshKeysConfig(AppConfig):
name = 'ssh_keys'
class SshKeysConfig(AppConfig):
name = 'ssh_keys'
+ verbose_name = _('SSH keys')