mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced 2025-05-16 11:28:31 +08:00
Added user model
This commit is contained in:
parent
6ec649b1c6
commit
1c56369044
15 changed files with 659 additions and 128 deletions
|
@ -1,5 +1,5 @@
|
|||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('accounts/', include('djoser.urls'))
|
||||
path('accounts/', include('accounts.urls'))
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue