This website requires JavaScript.
Explore
Help
Register
Sign In
pedro
/
django-orchestra-test
Watch
1
Star
0
Fork
You've already forked django-orchestra-test
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5291df3467
django-orchestra-test
/
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