fnp
/
cas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Translations.
[cas.git]
/
src
/
ssh_keys
/
apps.py
1
from django.apps import AppConfig
2
from django.utils.translation import ugettext_lazy as _
3
4
5
class SshKeysConfig(AppConfig):
6
name = 'ssh_keys'
7
verbose_name = _('SSH keys')