mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-05-16 03:18:08 +08:00
Added time schedule model
This commit is contained in:
parent
864643278c
commit
1b02c8f3c6
20 changed files with 193 additions and 21 deletions
|
@ -6,5 +6,6 @@ urlpatterns = [
|
|||
path('', include('students.urls')),
|
||||
path('', include('professors.urls')),
|
||||
path('', include('schedules.urls')),
|
||||
path('', include('timeslots.urls')),
|
||||
path('accounts/', include('accounts.urls')),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue