2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 08:38:35 +00:00

ROTATE image option

This commit is contained in:
2023-09-14 14:15:16 +03:00
parent 1085a14b92
commit db3d1ff4ef
3 changed files with 66 additions and 8 deletions

View File

@@ -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