from django.contrib import admin from contact.models import * admin.site.register(Contact) admin.site.register(contactPageSEO)