2010/8/24 MLTrim <[email protected]>: > Luis, > it's documented here. > http://webpy.org/cookbook/templates_on_gae > > From my experience, it is needed. > Anyone can confirm?
Templetor compiles templates into python code and executes that. AppEngine's security model doesn't allow compiling/parsing arbitrary python code, so the templates must be compiled into python code before deploying. Anand -- You received this message because you are subscribed to the Google Groups "web.py" group. 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.
