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