36631-vm/core/admin.py
Flatlogic Bot 854bc3fb41 1
2025-12-03 17:23:10 +00:00

5 lines
105 B
Python

from django.contrib import admin
from .models import StudentProfile
admin.site.register(StudentProfile)