add periodic tasks

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

Loading…
Cancel
Save