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