Bug fixes

This commit is contained in:
Philip Sargent
2022-03-15 20:53:55 +00:00
parent 6bdd9be092
commit 251e3bf844
3 changed files with 34 additions and 8 deletions

View File

@@ -105,6 +105,7 @@ def load_all_scans():
SingleScan.objects.all().delete()
Wallet.objects.all().delete()
print(' - deleting all scansFolder and scansSingle objects')
DataIssue.objects.filter(parser='scans').delete()
# first do the smkhs (large kh survey scans) directory
manywallets_smkhs = Wallet(fpath=os.path.join(settings.SURVEY_SCANS, "../surveys/smkhs"), walletname="smkhs")