tasks.py 81 B

123456
  1. from preports.celery import app
  2. @app.task
  3. def send_due_reports():
  4. return 1