aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'server.py')
-rw-r--r--server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index c5522b9..14c4182 100644
--- a/server.py
+++ b/server.py
@@ -43,7 +43,7 @@ def setup():
{'COMPRESS_MIMETYPES': siteconfig.COMPRESS_MIMETYPES}
)
app.config.update({'RSS_CHANNEL': get_rss_channel()})
-
+ app.config.update({'TEMPLATES_AUTO_RELOAD': True})
# Setup needs to come first to be compatible with wsgi
setup()