adding rpe editing
This commit is contained in:
@@ -159,22 +159,20 @@ from rowers.models import (
|
||||
VirtualRaceFollower, TombStone, InstantPlan,
|
||||
PlannedSessionStep,InStrokeAnalysis, ForceCurveAnalysis
|
||||
)
|
||||
from rowers.models import (
|
||||
RowerPowerForm, RowerHRZonesForm, RowerForm, RowerCPForm, GraphImage, AdvancedWorkoutForm,
|
||||
RowerPowerZonesForm, AccountRowerForm, UserForm,
|
||||
Team, TeamForm, TeamInviteForm, TeamInvite, TeamRequest,
|
||||
WorkoutComment, WorkoutCommentForm, RowerExportForm,
|
||||
CalcAgePerformance,
|
||||
PowerTimeFitnessMetric, BlogPost,
|
||||
PlannedSessionForm, PlannedSessionTemplateForm,
|
||||
PlannedSessionFormSmall, GeoCourseEditForm, VirtualRace,
|
||||
VirtualRaceForm, VirtualRaceResultForm, RowerImportExportForm,
|
||||
IndoorVirtualRaceResultForm, IndoorVirtualRaceResult,
|
||||
IndoorVirtualRaceForm, PlannedSessionCommentForm,
|
||||
Alert, Condition, StaticChartRowerForm,
|
||||
FollowerForm, VirtualRaceAthleteForm, InstantPlanForm, DataRowerForm,
|
||||
StepEditorForm,
|
||||
)
|
||||
from rowers.models import ( RowerPowerForm, RowerHRZonesForm,
|
||||
RowerForm, RowerCPForm, GraphImage, AdvancedWorkoutForm,
|
||||
RowerPowerZonesForm, AccountRowerForm, UserForm, Team, TeamForm,
|
||||
TeamInviteForm, TeamInvite, TeamRequest, WorkoutComment,
|
||||
WorkoutCommentForm, RowerExportForm, CalcAgePerformance,
|
||||
PowerTimeFitnessMetric, BlogPost, PlannedSessionForm,
|
||||
PlannedSessionTemplateForm, PlannedSessionFormSmall,
|
||||
GeoCourseEditForm, VirtualRace, VirtualRaceForm,
|
||||
VirtualRaceResultForm, RowerImportExportForm, WorkoutRPEForm,
|
||||
IndoorVirtualRaceResultForm, IndoorVirtualRaceResult,
|
||||
IndoorVirtualRaceForm, PlannedSessionCommentForm, Alert,
|
||||
Condition, StaticChartRowerForm, FollowerForm,
|
||||
VirtualRaceAthleteForm, InstantPlanForm, DataRowerForm,
|
||||
StepEditorForm, )
|
||||
from rowers.models import (
|
||||
FavoriteForm, BaseFavoriteFormSet, SiteAnnouncement, BasePlannedSessionFormSet,
|
||||
get_course_timezone, BaseConditionFormSet,
|
||||
|
||||
Reference in New Issue
Block a user