The webapp2 <https://webapp2.readthedocs.io/en/latest/guide/routing.html#the-url-template> format for query variables is:
<name:regex> whereas the django <https://webapp2.readthedocs.io/en/latest/guide/routing.html#the-url-template> one is: <type:name> On Wednesday, February 3, 2021 at 9:19:35 AM UTC+1 [email protected] wrote: > What is the difference between simple url pattern vs webapp2 route pattern > > url_pattern = [(regex,handlers), webapp2.Route(regex,handlers)]. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b7512563-ff3a-4e28-8a00-b591cd9dab95n%40googlegroups.com.
