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