calculates and stores start / end time
This commit is contained in:
@@ -2926,6 +2926,9 @@ class VirtualRaceResult(models.Model):
|
||||
emailnotifications = models.BooleanField(default=True,
|
||||
verbose_name = 'Receive challenge notifications by email')
|
||||
|
||||
startsecond = models.FloatField(default=0)
|
||||
endsecond = models.FloatField(default=0)
|
||||
|
||||
def __str__(self):
|
||||
rr = Rower.objects.get(id=self.userid)
|
||||
name = '{u1} {u2}'.format(
|
||||
|
||||
Reference in New Issue
Block a user