mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Further polishing for subject
This commit is contained in:
parent
492a605557
commit
c4bca9777c
3 changed files with 13 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
from django.contrib import admin
|
||||
from .models import Course
|
||||
from .models import Course, SubjectCourse
|
||||
|
||||
|
||||
admin.site.register(Course)
|
||||
admin.site.register(SubjectCourse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue