From 04431658597c9b9ae489be3363c6b9478d946fcd Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sat, 16 Oct 2021 18:20:46 -0400 Subject: Turns off jinja caching. Fixes appropriate cache --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.py') 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() -- cgit v1.2.3