Private
Public Access
1
0

initial solution to #70

This commit is contained in:
Sander Roosendaal
2019-07-24 15:23:53 +02:00
parent da6934ec0c
commit 6b9f41fca6
4 changed files with 23 additions and 8 deletions

View File

@@ -85,6 +85,15 @@ rowingmetrics = (
'default': 0,
'mode':'both',
'type':'pro'}),
('powerhr',{
'numtype':'float',
'null':True,
'verbose_name': 'Power Heart Rate Efficiency (J/beat)',
'ax_min':0,
'ax_max':5,
'mode':'both',
'type':'pro'}),
('spm',{
'numtype':'float',