Add a little verbosity

This commit is contained in:
Sam Wenham 2015-01-19 22:41:48 +00:00
parent 9961c31e73
commit 0ab32ef60a

View File

@ -189,6 +189,9 @@ def LoadListScansFile(survexscansfolder):
# this iterates through the scans directories (either here or on the remote server)
# and builds up the models we can access later
def LoadListScans():
print '\tLoading Survey Scans...'
SurvexScanSingle.objects.all().delete()
SurvexScansFolder.objects.all().delete()