mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2024-11-16 22:19:25 +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 django.contrib import admin
|
||||||
|
from .models import Student
|
||||||
|
|
||||||
# Register your models here.
|
# Register your models here.
|
||||||
|
|
||||||
|
admin.site.register(Student)
|
||||||
|
|
Loading…
Reference in a new issue