Private
Public Access
1
0

sort of importing ok

This commit is contained in:
2024-12-17 20:13:17 +01:00
parent ada31089ee
commit e808b0c51f
6 changed files with 67 additions and 23 deletions

View File

@@ -2688,9 +2688,15 @@ class PlannedSessionStep(models.Model):
targettypes = (
("Speed", "Speed"),
("SpeedLap", "SpeedLap"),
("HeartRate", "HeartRate"),
("HeartRateLap", "HeartRateLap"),
("Cadence", "Cadence"),
("Power", "Power")
("CadenceLap", "CadenceLap"),
("Power", "Power"),
("PowerLap", "PowerLap"),
("Distance", "Distance"),
("Duration", "Duration"),
)
manager = models.ForeignKey(User, null=True, on_delete=models.CASCADE)