summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-07-04 16:11:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-07-04 22:34:41 +0200
commit3c978a2d8a65ec06f6f0ccb910ca32d53cf5a8c2 (patch)
tree423c5e22b1aea6c68bbbdc6e1aaeb694fc47d039 /example_project
parent7076c0aa5fdbeeac32620b2cb354bc7c0a94c29e (diff)
downloadIshtar-3c978a2d8a65ec06f6f0ccb910ca32d53cf5a8c2.tar.bz2
Ishtar-3c978a2d8a65ec06f6f0ccb910ca32d53cf5a8c2.zip
Graphs: save results, options and tests
- can generate only above and only bellow - save dot files - option for no color for current - tests
Diffstat (limited to 'example_project')
-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'