Skip to content

Instantly share code, notes, and snippets.

@chibiegg
Created January 18, 2014 06:30
Show Gist options
  • Save chibiegg/8486999 to your computer and use it in GitHub Desktop.
Save chibiegg/8486999 to your computer and use it in GitHub Desktop.
publey/admin.py
# encoding=utf-8
from django.contrib import admin
from pubkey.models import PublicKey, Server
admin.site.register(Server, admin.ModelAdmin)
admin.site.register(PublicKey, admin.ModelAdmin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment