summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 267370945..15ed14559 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -273,8 +273,8 @@ MAX_ATTEMPTS = 1 # django background tasks
MAX_UPLOAD_SIZE = 100 # in Mo
-# if you want to generate relation graph provide the path to the "dot" program
-DOT_BINARY = ""
+# path to the "dot" program to generate graph
+DOT_BINARY = "/usr/bin/dot"
TEST_RUNNER = 'ishtar_common.tests.ManagedModelTestRunner'