From 5a191ee554488ff8cf3668f011440edecf671e49 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 8 Sep 2023 19:51:04 +0300 Subject: Big refactor of cave lookuo & creation. Works. --- core/models/caves.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/models/caves.py') 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"), -- cgit v1.2.3