mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Further polishing for subjects
This commit is contained in:
parent
de1dabf53c
commit
492a605557
28 changed files with 225 additions and 151 deletions
|
@ -6,5 +6,6 @@ urlpatterns = [
|
|||
path('student_status/', include('student_status.urls')),
|
||||
path('courses/', include('courses.urls')),
|
||||
path('year_levels/', include('year_levels.urls')),
|
||||
path('semesters/', include('semesters.urls'))
|
||||
path('semesters/', include('semesters.urls')),
|
||||
path('subjects/', include('subjects.urls'))
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue