pyvec / elsa

Helper module for hosting Frozen-Flask based websites on GitHub pages
Other
28 stars 49 forks source link

Set TEMPLATES_AUTO_RELOAD by default #5

Closed encukou closed 8 years ago

encukou commented 8 years ago

Should we set app.config['TEMPLATES_AUTO_RELOAD'] to True by default?

Flask defaults to False because it's slower, but elsa apps are only served for debugging, and speed isn't that important when freezing.

hroncok commented 8 years ago

Seems reasonable, at least we do it on all websites. Feel free to do it.

hroncok commented 8 years ago

Thanks