summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-04-30 15:36:20 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 08:43:58 +0200
commit57cc8c5f51cadeb0f85fbd468723b87d1ffd9990 (patch)
tree3a9af0df0ec10457521b51c05b0ecb96783937a6 /example_project
parentee1551b414158380c32b3e0410ba936eb1346812 (diff)
downloadIshtar-57cc8c5f51cadeb0f85fbd468723b87d1ffd9990.tar.bz2
Ishtar-57cc8c5f51cadeb0f85fbd468723b87d1ffd9990.zip
Generate an SVG file displaying relations using DOT file format and "dot" program
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 46fee04d8..d5efd2891 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -253,6 +253,9 @@ ISHTAR_DPTS = []
MAX_ATTEMPTS = 1 # django background tasks
+# if you want to generate relation graph provide the path to the "dot" program
+DOT_BINARY = ""
+
TEST_RUNNER = 'ishtar_common.tests.ManagedModelTestRunner'
try: