I'm trying to work on the builtin dev server, but for some reason,
web.template.render('templates/') is using GAE_Render, not just the basic
Render.
After looking at the code, this seems like it's because render is set to
GAE_Render whenever this statement (line 1054 in web/template.py) doesn't
fail
from google import appengine
I don't think that having the appengine SDK installed is a valid test of
whether or not web.py should use GAE_Render. Can anyone think of a better
way to detect this?
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/webpy/-/4en-E5GAPRwJ.
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/webpy?hl=en.