From a9b0c688f57f676f90dd27fb65520d2e1ad92f64 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Jul 2019 16:11:34 +0200 Subject: Graphs: save results, options and tests - can generate only above and only bellow - save dot files - option for no color for current - tests --- example_project/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example_project') 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' -- cgit v1.2.3