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