Groups
Groups
Sign in
Groups
Groups
Google App Engine
Conversations
Labels
About
Send feedback
Help
Django url pattern
31 views
Skip to first unread message
Rishi Agrawal
unread,
Feb 3, 2021, 3:19:35 AM
2/3/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
What is the difference between simple url pattern vs webapp2 route pattern
url_pattern = [(regex,handlers), webapp2.Route(regex,handlers)].
Juan Carlos Gomez
unread,
Feb 8, 2021, 11:24:29 AM
2/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
The
webapp2
format for query variables is:
<name:regex>
whereas the
django
one is:
<type:name>
Reply all
Reply to author
Forward
0 new messages