fnp
/
cas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Nicer for admin.
[cas.git]
/
src
/
ssh_keys
/
admin.py
1
from django.contrib import admin
2
from .models import SSHKey
3
4
5
admin.site.register(SSHKey)