This website requires JavaScript.
Explore
Help
Register
Sign In
pangea
/
django-orchestra
Watch
7
Star
0
Fork
You've already forked django-orchestra
0
Code
Issues
1
Pull Requests
2
Packages
Projects
Releases
Wiki
Activity
django-3.2-compat
django-orchestra
/
orchestra
/
conf
/
project_template
/
project_name
/
urls.py
7 lines
99 B
Python
Raw
Permalink
Blame
History
from
django
.
urls
import
include
,
path
urlpatterns
=
[
path
(
'
'
,
include
(
'
orchestra.urls
'
)
)
,
]
Reference in New Issue
View Git Blame
Copy Permalink