backend/passfinder/recomendations/tasks.py

8 lines
101 B
Python
Raw Normal View History

2023-05-27 18:50:14 +03:00
from celery import shared_task
@shared_task
def run_precalc():
# TODO: add precal here
...