From dba34531ba3ffa627636397d1b2e3400715276b4 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Tue, 28 Mar 2017 10:13:15 +0200 Subject: [PATCH] quoting --- src/bornhack/environment_settings.py.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bornhack/environment_settings.py.dist b/src/bornhack/environment_settings.py.dist index 9b00325a..b726059d 100644 --- a/src/bornhack/environment_settings.py.dist +++ b/src/bornhack/environment_settings.py.dist @@ -18,7 +18,7 @@ DATABASES = { DEBUG={{ django_debug }} # the path to the wkhtmltopdf binary -WKHTMLTOPDF_CMD={{ wkhtmltopdf_path }} +WKHTMLTOPDF_CMD="{{ wkhtmltopdf_path }}" ### changes below here are only needed for production