mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 04:27:02 +00:00
detect non-ISO dates in JSON and from user and fix
This commit is contained in:
@@ -38,6 +38,7 @@ def load_all_scans():
|
||||
Wallet.objects.all().delete()
|
||||
print(" - deleting all Wallet and SingleScan objects")
|
||||
DataIssue.objects.filter(parser="scans").delete()
|
||||
DataIssue.objects.filter(parser="wallets").delete()
|
||||
|
||||
# These are valid old file types to be visible, they are not necessarily allowed to be uploaded to a new wallet.
|
||||
valids = [
|
||||
|
||||
Reference in New Issue
Block a user