This website requires JavaScript.
Explore
Help
Sign in
Conservancy
/
website
Watch
6
Star
0
Fork
You've already forked website
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
02ca52e2f0
website
/
conservancy
/
contacts
/
urls.py
8 lines
103 B
Python
Raw
Normal View
History
Unescape
Escape
Switch from `url()` to `path()` Path is the new way to handle simpler routing rules.
2024-03-18 06:48:56 +00:00
from
django
.
urls
import
path
Applications directory from SFLC website; About to adapt it for Conservancy website to run on its own
2010-09-26 21:32:53 +00:00
Switch from `url()` to `path()` Path is the new way to handle simpler routing rules.
2024-03-18 06:48:56 +00:00
from
.
views
import
subscribe
urlpatterns
=
[
path
(
'
'
,
subscribe
)
,
]
Reference in a new issue
Copy permalink