On Jun 26, 2008, at 6:14 AM, Damian wrote:
A good tip indeed - although I can't quite figure out where to set TemplateLookup's filesystem_checks variable? Can I set that somewhere in config.init_app in environment.py or is there a configuration file option I can set?
For a 0.9.6.x project, in environment.py:
# Customize templating options via this variable
tmpl_options = config['buffet.template_options']
tmpl_options['mako.filesystem_checks'] = False
Should do the trick. It's more obvious in 0.9.7 since you'll see the
TemplateLookup object itself being created in environment.py.
Cheers, Ben
smime.p7s
Description: S/MIME cryptographic signature
