from django.contrib import admin from contact.models import Entry admin.site.register(Entry)