summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-10-19 11:47:41 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-01-09 18:05:36 +0100
commit95be66ec5027261a7da116cd0230a169769cc045 (patch)
treefb1fe11ba2a3a2476fd9a09f7c01729e18e45cff /example_project/settings.py
parent4703ffcb1aa795284ddcba41498ebf121459e515 (diff)
downloadIshtar-95be66ec5027261a7da116cd0230a169769cc045.tar.bz2
Ishtar-95be66ec5027261a7da116cd0230a169769cc045.zip
New upstream versions
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index f3fd4c2d7..281545f00 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -294,7 +294,7 @@ MAX_UPLOAD_SIZE = 100 # in Mo
# path to the "dot" program to generate graph
DOT_BINARY = "/usr/bin/dot"
-PDFTOPPM_BINARY = ""
+PDFTOPPM_BINARY = "/usr/bin/pdftoppm"
TEST_RUNNER = "ishtar_common.tests.ManagedModelTestRunner"
SELENIUM_TEST = False