From 4e865d146e1cc5a398934da355cd0e7eda344ff7 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Tue, 28 Mar 2017 10:10:27 +0200 Subject: [PATCH] add wkhtmltopdf path to environment_settings.py.dist --- src/bornhack/environment_settings.py.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bornhack/environment_settings.py.dist b/src/bornhack/environment_settings.py.dist index e307c18f..9b00325a 100644 --- a/src/bornhack/environment_settings.py.dist +++ b/src/bornhack/environment_settings.py.dist @@ -17,6 +17,9 @@ DATABASES = { DEBUG={{ django_debug }} +# the path to the wkhtmltopdf binary +WKHTMLTOPDF_CMD={{ wkhtmltopdf_path }} + ### changes below here are only needed for production # email settings