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