mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 22:17:13 +00:00
Up to 1.6.11 on stretch. New manage.py. Some tidying
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user