Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-05-04 08:50:52 +02:00
parent 6f615c4ccc
commit 652d972411
4 changed files with 15 additions and 26 deletions

View File

@@ -3158,7 +3158,7 @@ class Workout(models.Model):
timezone = models.CharField(default='UTC',
choices=timezones,
max_length=100)
distance = models.IntegerField(default=0,blank=True)
distance = models.IntegerField(default=0)
duration = models.TimeField(blank=True)
dragfactor = models.IntegerField(default=0,blank=True)