def handle(self, *args, **options):
     send_reminding_mail()
Esempio n. 2
0
def every_two_days():
    # This is a periodic task that executes queries.
    print 'send another mail!'
    send_reminding_mail()