pyvec / elsa

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

Set TEMPLATES_AUTO_RELOAD by default #6

Closed encukou closed 8 years ago

encukou commented 8 years ago

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

Fixes https://github.com/pyvec/elsa/issues/5