2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 01:27:10 +00:00

Up to 1.6.11 on stretch. New manage.py. Some tidying

This commit is contained in:
Sam Wenham
2018-04-15 12:00:59 +01:00
parent cfa888fde6
commit 7877efba0a
8 changed files with 52 additions and 17 deletions

View File

@@ -138,7 +138,7 @@ def parseSurveyScans(expedition, logfile=None):
# dead
def parseSurveys(logfile=None):
readSurveysFromCSV()
readSurveysFromCSV()
for expedition in Expedition.objects.filter(year__gte=2000): #expos since 2000, because paths and filenames were nonstandard before then
parseSurveyScans(expedition)
@@ -298,7 +298,3 @@ def LoadTunnelFiles():
for tunnelfile in TunnelFile.objects.all():
SetTunnelfileInfo(tunnelfile)