This website requires JavaScript.
Explore
Help
Sign In
ravenscroftj
/
django-project-structure
mirror of
https://github.com/saqibur/django-project-structure.git
Watch
1
Star
0
Fork
You've already forked django-project-structure
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1225152bce
django-project-structure
/
config
/
urls.py
9 lines
111 B
Python
Raw
Blame
History
from
django
.
urls
import
(
include
,
path
,
)
urlpatterns
=
[
path
(
"
"
,
include
(
"
apps.core.urls
"
)
)
,
]
Reference in New Issue
View Git Blame
Copy Permalink