mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2024-11-17 06:29:26 +08:00
Add students to admin gui
This commit is contained in:
parent
bb939198e5
commit
ac0f4b5e28
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
from django.contrib import admin
|
||||
from .models import Student
|
||||
|
||||
# Register your models here.
|
||||
|
||||
admin.site.register(Student)
|
||||
|
|
Loading…
Reference in a new issue