Private
Public Access
1
0

adding bulk action assign rowers

This commit is contained in:
2024-06-01 15:44:03 +02:00
parent 2046f74946
commit 53cbd91e8d
6 changed files with 76 additions and 2 deletions

View File

@@ -116,7 +116,8 @@ from rowers.forms import (
StravaChartForm, FitnessFitForm, PerformanceManagerForm,
TrainingPlanBillingForm, InstantPlanSelectForm,
TrainingZonesForm, InstrokeForm, InStrokeMultipleCompareForm,
ForceCurveMultipleCompareForm, PlanByRscoreForm
ForceCurveMultipleCompareForm, PlanByRscoreForm,
AssignChoices,
)
from django.urls import reverse, reverse_lazy
@@ -267,6 +268,7 @@ from rowers.tasks import (
handle_send_email_instantplan_notification,
handle_nk_async_workout,
check_tp_workout_id,
handle_assignworkouts,
)
from scipy.signal import savgol_filter