Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-10-11 06:44:00 +02:00
parent daf631fb9c
commit ea87daf726
4 changed files with 47 additions and 2 deletions

View File

@@ -4978,6 +4978,8 @@ class InStrokeAnalysis(models.Model):
end_second = models.IntegerField(default=3600)
spm_min = models.IntegerField(default=10)
spm_max = models.IntegerField(default=45)
average_spm = models.FloatField(default=23)
average_boatspeed = models.FloatField(default=4.0)
def __str__(self):
s = 'In-Stroke Analysis {name} ({date})'.format(name = self.name,