Compare commits
No commits in common. "2689e73d3a7b50121391ab86b6b820006dfa7050" and "40df3a30d86846e2b80d3aa6ec0a50676214b2d9" have entirely different histories.
2689e73d3a
...
40df3a30d8
@ -39,9 +39,6 @@ class Command(BaseKonovaCommand):
|
||||
for obj in all_objs:
|
||||
obj.resubmit()
|
||||
self._write_success("Mails have been sent.")
|
||||
resubmissions = Resubmission.objects.filter(
|
||||
resubmission_sent=True,
|
||||
)
|
||||
resubmissions.delete()
|
||||
self._write_success("Resubmissions have been deleted.")
|
||||
except KeyboardInterrupt:
|
||||
|
Loading…
Reference in New Issue
Block a user