mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 08:47:12 +00:00
tidyup of image rotate
This commit is contained in:
@@ -36,9 +36,10 @@ def load_all_scans():
|
||||
|
||||
SingleScan.objects.all().delete()
|
||||
Wallet.objects.all().delete()
|
||||
print(" - deleting all Wallet and SingleScan objects")
|
||||
print(" - deleting all Wallet and SingleScan objects, and resize error messages")
|
||||
DataIssue.objects.filter(parser="scans").delete()
|
||||
DataIssue.objects.filter(parser="wallets").delete()
|
||||
DataIssue.objects.filter(parser="mogrify").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