adding hr zones
This commit is contained in:
@@ -906,6 +906,13 @@ class Rower(models.Model):
|
|||||||
'Pwr TR',
|
'Pwr TR',
|
||||||
'Pwr AN'])
|
'Pwr AN'])
|
||||||
|
|
||||||
|
hrzones = PowerZonesField(default=['Rest',
|
||||||
|
'UT2',
|
||||||
|
'UT1',
|
||||||
|
'AT',
|
||||||
|
'TR',
|
||||||
|
'AN','max'])
|
||||||
|
|
||||||
emailalternatives = AlternativeEmails(default=[],null=True,blank=True,verbose_name='Alternative Email addresses (separate with ",")')
|
emailalternatives = AlternativeEmails(default=[],null=True,blank=True,verbose_name='Alternative Email addresses (separate with ",")')
|
||||||
|
|
||||||
# Site Settings
|
# Site Settings
|
||||||
|
|||||||
Reference in New Issue
Block a user