zahrach0724's picture
full model
8a6b560
raw
history blame
158 Bytes
from django.contrib import admin
from .models import Attendance_Label_Prediction
# Register your models here.
admin.site.register(Attendance_Label_Prediction)