summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 3bd1d14..77b5520 100644
--- a/settings.py
+++ b/settings.py
@@ -37,6 +37,9 @@ 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
+NOTABLECAVES1623 = ["290", "291", "264", "258", "204"]
+NOTABLECAVES1626 = ["359"]
+
# Note that this builds upon the django system installed
# global settings in
# django/conf/global_settings.py which is automatically loaded first.