Private
Public Access
1
0

moving to upload_tasks, stopped just before c2

This commit is contained in:
2025-10-22 18:03:13 +02:00
parent 0796f34904
commit 385bd52a94
5 changed files with 305 additions and 285 deletions

View File

@@ -1,7 +1,7 @@
from .integrations import SyncIntegration, NoTokenError, create_or_update_syncrecord, get_known_ids
from rowers.models import User, Rower, Workout, TombStone
from rowers.tasks import handle_rp3_async_workout
from rowers.upload_tasks import handle_rp3_async_workout
from rowsandall_app.settings import (
RP3_CLIENT_ID, RP3_CLIENT_KEY, RP3_REDIRECT_URI, RP3_CLIENT_SECRET,
UPLOAD_SERVICE_URL, UPLOAD_SERVICE_SECRET

View File

@@ -3,7 +3,8 @@ from rowers.models import User, Rower, Workout, TombStone
from rowingdata import rowingdata
from rowers.tasks import handle_sporttracks_sync, handle_sporttracks_workout_from_data
from rowers.tasks import handle_sporttracks_sync
from rowers.upload_tasks import handle_sporttracks_workout_from_data
from rowers.rower_rules import is_workout_user
import rowers.mytypes as mytypes
from rowsandall_app.settings import (