This website requires JavaScript.
Explore
Help
Sign in
keannu125
/
EquipmentTracker-Backend
Watch
1
Star
0
Fork
You've already forked EquipmentTracker-Backend
0
mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced
2024-11-17 14:19:25 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1c56369044
EquipmentTracker-Backend
/
equipment_tracker
/
api
/
urls.py
6 lines
105 B
Python
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-10-23 21:09:46 +08:00
from
django
.
urls
import
path
,
include
urlpatterns
=
[
Added user model
2023-11-09 19:48:13 +08:00
path
(
'
accounts/
'
,
include
(
'
accounts.urls
'
)
)
Initial commit
2023-10-23 21:09:46 +08:00
]
Reference in a new issue
Copy permalink