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
2b635be17e
django-orchestra
/
orchestra
/
conf
/
project_template
/
project_name
/
urls.py
7 lines
103 B
Python
Raw
Blame
History
from
django
.
conf
.
urls
import
include
,
url
urlpatterns
=
[
url
(
r
'
'
,
include
(
'
orchestra.urls
'
)
)
,
]
Reference in New Issue
View Git Blame
Copy Permalink