[config] add path to chrome

This commit is contained in:
Nico Schottelius 2020-05-17 23:34:13 +02:00
parent 04fac71a85
commit f17f9060b0
1 changed files with 4 additions and 0 deletions

View File

@ -182,6 +182,10 @@ SECRET_KEY=get_random_secret_key()
ALLOWED_HOSTS = []
# required for hardcopy / pdf rendering: https://github.com/loftylabs/django-hardcopy
CHROME_PATH = '/usr/bin/chromium-browser'
# Overwrite settings with local settings, if existing
try:
from uncloud.local_settings import *