from django.contrib import admin from custompage.models import * admin.site.register(customPage)