This website requires JavaScript.
Explore
Help
Sign in
keannu125
/
Borrowing-TrackerBackend
Watch
1
Star
0
Fork
You've already forked Borrowing-TrackerBackend
0
mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced
2024-11-17 14:29:28 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1c56369044
Borrowing-TrackerBackend
/
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