Private
Public Access
1
0

added velo

This commit is contained in:
Sander Roosendaal
2018-05-15 17:13:43 +02:00
parent 80b821a41d
commit c2f1df0c87
2 changed files with 12 additions and 0 deletions

View File

@@ -68,6 +68,15 @@ rowingmetrics = (
'mode':'both',
'type': 'basic'}),
('velo',{
'numtype':'float',
'null':True,
'verbose_name': 'Boat Speed (m/s)',
'ax_min': 0,
'ax_max': 8,
'mode':'both',
'type':'pro'}),
('spm',{
'numtype':'float',
'null':True,