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
2a99a0c81a
website
/
conservancy
/
summit_registration
/
urls.py
8 lines
101 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
register
urlpatterns
=
[
path
(
'
'
,
register
)
,
]
Reference in a new issue
Copy permalink