add periodic tasks

prod
Dmitriy Shesterkin 9 years ago
parent e76dbdfcfe
commit a26d782583
  1. 5
      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')

Loading…
Cancel
Save