diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-25 15:03:58 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-25 15:03:58 +0300 |
commit | 039792e3200a2982a4cd334d8096f4e7bf4a904f (patch) | |
tree | ec9250c33dca22ccbb0e7ee62466469a6ef09288 /core/models/caves.py | |
parent | cddcb0e321b689896e19c0c256664f7153a0fd32 (diff) | |
download | troggle-039792e3200a2982a4cd334d8096f4e7bf4a904f.tar.gz troggle-039792e3200a2982a4cd334d8096f4e7bf4a904f.tar.bz2 troggle-039792e3200a2982a4cd334d8096f4e7bf4a904f.zip |
improve reifying process
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index aa6c82b..8cd658c 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -626,6 +626,7 @@ def GetCaveLookup(): checkcaveid(cave,slug) # These might alse create more duplicate entries + # Yes, this should be set in, and imported from, settings.py aliases =[ ("1987-02", "267"), ("1990-01", "171"), @@ -748,8 +749,8 @@ def GetCaveLookup(): ("homecoming", "2018-dm-07"), ("heimkommen", "2018-dm-07"), + ("Heimkehr", "2018-dm-07"), ("99ob02", "1999-ob-02"), - ("1626-354", "354"), ] for i in aliases: |