From 896e9152c688a1fdf325179361af194ab1ff033c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 16 Sep 2014 15:10:40 +0000 Subject: [PATCH] Forgot a config variable --- roles/mailman/templates/settings.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index d1592739a8..3c26eb5216 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -268,6 +268,7 @@ BROWSERID_VERIFY_CLASS = "django_browserid.views.Verify" COMPRESS_PRECOMPILERS = ( ('text/less', 'lessc {infile} {outfile}'), ) +COMPRESS_OFFLINE = True # needed for debug mode #INTERNAL_IPS = ('127.0.0.1',)