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