From e6601e1bf723e43d2b53f98b31bfc07bd8728f1f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 21 Aug 2024 15:48:49 +0300 Subject: fix pointless error messages in tests --- settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'settings.py') 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. -- cgit v1.2.3