moodleNotifer
admin.py
1 from django.contrib import admin
2 from .models import Student
3 # Register your models here.
4 admin.site.register(Student)