This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-03-26 19:00:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ee46722cb9
django
/
tests
/
user_commands
/
urls.py
6 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
Updated test URL patterns to use path() and re_path().
2018-12-07 22:52:28 +00:00
from
django
.
urls
import
path
Fixed #16734 -- Set script prefix even outside of requests Thanks Tim Graham for the review.
2015-10-23 19:02:34 +00:00
urlpatterns
=
[
Updated test URL patterns to use path() and re_path().
2018-12-07 22:52:28 +00:00
path
(
'
some/url/
'
,
lambda
req
:
req
,
name
=
'
some_url
'
)
,
Fixed #16734 -- Set script prefix even outside of requests Thanks Tim Graham for the review.
2015-10-23 19:02:34 +00:00
]
Reference in a new issue
Copy permalink