diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-08 19:51:04 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-08 19:51:04 +0300 |
commit | 5a191ee554488ff8cf3668f011440edecf671e49 (patch) | |
tree | 356f3fd8c4606dfeaccaa1cff1f1cec937ab5a81 /core/models/caves.py | |
parent | 7779544c0ca3bc5329ccc010ff3f31edbb2f037e (diff) | |
download | troggle-5a191ee554488ff8cf3668f011440edecf671e49.tar.gz troggle-5a191ee554488ff8cf3668f011440edecf671e49.tar.bz2 troggle-5a191ee554488ff8cf3668f011440edecf671e49.zip |
Big refactor of cave lookuo & creation. Works.
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index 28b9d4c..a79a275 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -546,6 +546,7 @@ def GetCaveLookup(): # These might alse create more duplicate entries # Yes, this should be set in, and imported from, settings.py + # yes we should move to always using the 1623- prefix too. aliases = [ ("1987-02", "267"), ("1990-01", "171"), |