Private
Public Access
1
0

adding drag factor

This commit is contained in:
Sander Roosendaal
2019-03-15 10:27:35 +01:00
parent 7fb5eb555a
commit 3fae33f366
3 changed files with 26 additions and 1 deletions

View File

@@ -2536,6 +2536,7 @@ class Workout(models.Model):
max_length=100)
distance = models.IntegerField(default=0,blank=True)
duration = models.TimeField(default=1,blank=True)
dragfactor = models.IntegerField(default=0,blank=True)
trimp = models.IntegerField(default=-1,blank=True)
rscore = models.IntegerField(default=-1,blank=True)
hrtss = models.IntegerField(default=-1,blank=True)
@@ -2960,6 +2961,7 @@ class WorkoutForm(ModelForm):
'distance',
'workouttype',
'boattype',
'dragfactor',
'weightcategory',
'adaptiveclass',
'notes',