mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-05-16 03:18:08 +08:00
Created students app
This commit is contained in:
parent
4c8eb00197
commit
8527870f90
12 changed files with 129 additions and 1 deletions
|
@ -3,5 +3,6 @@ from django.urls import path, include
|
|||
|
||||
urlpatterns = [
|
||||
path('', include('subjects.urls')),
|
||||
path('', include('students.urls')),
|
||||
path('accounts/', include('accounts.urls')),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue