mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-05-16 03:18:08 +08:00
Added user account functionality
This commit is contained in:
parent
7a7c922963
commit
21cb6eb850
14 changed files with 483 additions and 4 deletions
0
infotech/api/__init__.py
Normal file
0
infotech/api/__init__.py
Normal file
6
infotech/api/urls.py
Normal file
6
infotech/api/urls.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('accounts/', include('accounts.urls'))
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue