Did you know that Jinja2 already caches the templates in local RAM? The cache will be cleared on each deployment.
In production, I pass these parameters to the template engine: dict (auto_reload=False, cache_size=-1) Robin On Jun 19, 2:27 pm, Rodrigo Moraes <[email protected]> wrote: > Hi again, > Just a small update - I've added the Jinja2 pre-compiler and loaders to a > repo: > > http://bitbucket.org/moraes/appengine/src/tip/gaefy/jinja2/ > > -- rodrigo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
