From db3d1ff4ef924ae104de53a533dc5a02d4069ea7 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 14 Sep 2023 14:15:16 +0300 Subject: ROTATE image option --- settings.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index e428b9c..80a1de2 100644 --- a/settings.py +++ b/settings.py @@ -31,7 +31,11 @@ EPOCH = date.fromisoformat('1970-01-01') # default value, then gets overwritten by real secrets SECRET_KEY = "not-the-real-secret-key-a#vaeozn0---^fj!355qki*vj2" +# executables: GIT = "git" # command for running git +CAVERN = "cavern" # for parsing .svx files and producing .3d files +SURVEXPORT = "survexport" # for parsing .3d files and producing .pos files +MOGRIFY = "mogrify" # for rotating images # Note that this builds upon the django system installed # global settings in -- cgit v1.2.3