From a26d7825839de9aab2e2a4ba9823e272ab6bce8b Mon Sep 17 00:00:00 2001 From: Dmitriy Shesterkin Date: Thu, 29 Jun 2017 18:56:55 +0300 Subject: [PATCH] add periodic tasks --- src/customer/tasks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/customer/tasks.py b/src/customer/tasks.py index de6dc2c..cb6dd9b 100644 --- a/src/customer/tasks.py +++ b/src/customer/tasks.py @@ -104,8 +104,3 @@ def check_not_paid_accounts(): account_list.append(account) return account_list - - -# @periodic_task(ignore_result=True, run_every=crontab()) -# def test(): -# print('hi')