Delete report data once generated

pull/6/head
Yax 9 years ago
parent c461c5fa49
commit e59c956d0d

@ -330,8 +330,9 @@ def report(token):
mail(site.admin_email, subject, email_body)
# TODO: delete report table
# Report.delete().execute()
# delete report table
Report.delete().execute()
def mail(to_email, subject, message):

Loading…
Cancel
Save