Add services and SSH keys.
[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)