mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2024-11-17 06:29:26 +08:00
Register schedules in admin.py
This commit is contained in:
parent
0169d69914
commit
ba8bc60032
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import Schedule, StudentSchedule
|
||||
# Register your models here.
|
||||
|
||||
admin.register(Schedule)
|
||||
admin.register(StudentSchedule)
|
||||
|
|
Loading…
Reference in a new issue