backend/passfinder/recomendations/tasks.py

8 lines
101 B
Python

from celery import shared_task
@shared_task
def run_precalc():
# TODO: add precal here
...