add wkhtmltopdf path to environment_settings.py.dist
This commit is contained in:
parent
3bed6c25b8
commit
4e865d146e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue