mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 21:37:07 +00:00
moving primary survex file to each survexfile
This commit is contained in:
@@ -515,9 +515,6 @@ def GetCaveLookup():
|
||||
global Gcave_count
|
||||
Gcave_count = defaultdict(int) # sets default value to int(0)
|
||||
|
||||
DataIssue.objects.filter(parser="aliases").delete()
|
||||
DataIssue.objects.filter(parser="aliases ok").delete()
|
||||
|
||||
for cave in Cave.objects.all():
|
||||
key = cave.official_name.lower()
|
||||
if key != "" and key != "unamed" and key != "unnamed":
|
||||
|
||||
Reference in New Issue
Block a user