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