This website requires JavaScript.
Explore
Help
Sign in
keannu125
/
DRF_Template
Watch
1
Star
0
Fork
You've already forked DRF_Template
0
mirror of
https://github.com/lemeow125/DRF_Template.git
synced
2024-11-17 12:19:24 +08:00
Code
Issues
Projects
Releases
Packages
1
Wiki
Activity
Actions
748d2b2c79
DRF_Template
/
backend
/
config
/
urls.py
6 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Lint using autoflake and isort
2024-10-31 00:33:13 +08:00
from
django
.
urls
import
include
,
path
Initial commit
2024-01-06 12:13:39 +08:00
urlpatterns
=
[
Clean up docker-compose and run Black formatter over entire codebase
2024-10-30 22:09:58 +08:00
path
(
"
api/v1/
"
,
include
(
"
api.urls
"
)
)
,
Initial commit
2024-01-06 12:13:39 +08:00
]
Reference in a new issue
Copy permalink