add TEMPLATES_AUTO_RELOAD option to config

This commit is contained in:
defuz 2013-09-30 18:40:35 +03:00
parent 5d20501604
commit 3e485009a8
4 changed files with 28 additions and 0 deletions

View file

@ -15,6 +15,10 @@ Version 1.0
Non permanent sessions are not affected by this and will always
expire if the browser window closes.
- Added ``TEMPLATES_AUTO_RELOAD`` config key. If disabled the
templates will be reloaded only if the application is running in
debug mode. For higher performance its possible to disable that.
Version 0.10.2
--------------