forked from orbit-oss/flask
add TEMPLATES_AUTO_RELOAD option to config
This commit is contained in:
parent
5d20501604
commit
3e485009a8
4 changed files with 28 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -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 it’s possible to disable that.
|
||||
|
||||
Version 0.10.2
|
||||
--------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue