summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-12-15 20:55:55 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-04 18:49:51 +0100
commitf22a48c5a0b8cfdf12980fc9bb10a0c882d6fb3b (patch)
treea30c3cbc67cb812f331569dd98fe7c03706ecccb /example_project
parent15794680f2528a6e8398a61c88aee4dcc89f2bf3 (diff)
downloadIshtar-f22a48c5a0b8cfdf12980fc9bb10a0c882d6fb3b.tar.bz2
Ishtar-f22a48c5a0b8cfdf12980fc9bb10a0c882d6fb3b.zip
New beta version - fix merge
Diffstat (limited to 'example_project')
-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