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')