from django.contrib import admin from .models import new admin.site.register(new) # Register your models here.