Ever since including webapp2.uri_for in my webapp2_extras.jinja2 config via
'globals': {
'uri_for' : webapp2.uri_for
},
I'm getting an undefined error every time I change a python file and load
the app for the first time. It won't come up on subsequent requests. Also
tried to inject it into globals via a Jinja2 factory but same result. Any
hints?
UndefinedError: 'uri_for' is undefined
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/dm6Rdn6zBHkJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.