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