all tasks.py done
This commit is contained in:
@@ -19,9 +19,10 @@ from rowsandall_app.settings import (
|
||||
)
|
||||
|
||||
from rowers.tasks import (
|
||||
handle_c2_import_stroke_data, handle_c2_sync, handle_c2_async_workout,
|
||||
handle_c2_getworkout
|
||||
handle_c2_import_stroke_data, handle_c2_sync,
|
||||
)
|
||||
from rowers.upload_tasks import handle_c2_async_workout, handle_c2_getworkout
|
||||
|
||||
import django_rq
|
||||
queue = django_rq.get_queue('default')
|
||||
queuelow = django_rq.get_queue('low')
|
||||
|
||||
Reference in New Issue
Block a user