diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-08-21 15:48:49 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-08-21 15:48:49 +0300 |
commit | e6601e1bf723e43d2b53f98b31bfc07bd8728f1f (patch) | |
tree | 4449620a06086910690d3abfc0bf7e0ccf2d3818 /settings.py | |
parent | 2787b6c4ec4a288aa179ab9419cfd79851a70b7d (diff) | |
download | troggle-e6601e1bf723e43d2b53f98b31bfc07bd8728f1f.tar.gz troggle-e6601e1bf723e43d2b53f98b31bfc07bd8728f1f.tar.bz2 troggle-e6601e1bf723e43d2b53f98b31bfc07bd8728f1f.zip |
fix pointless error messages in tests
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
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. |