Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-08-01 07:37:00 +02:00
5 changed files with 10 additions and 12 deletions

0
mysql Normal file
View File

View File

@@ -2240,7 +2240,7 @@ def dataprep(rowdatadf, id=0, bands=True, barchart=True, otwpower=True,
drivespeed=drivespeed,
rhythm=rhythm,
distanceperstroke=distanceperstroke,
powerhr=powerhr,
# powerhr=powerhr,
)
)

View File

@@ -86,14 +86,14 @@ rowingmetrics = (
'mode':'both',
'type':'pro'}),
('powerhr',{
'numtype':'float',
'null':True,
'verbose_name': 'Power Heart Rate Efficiency (J/beat)',
'ax_min':0,
'ax_max':300,
'mode':'both',
'type':'pro'}),
# ('powerhr',{
# 'numtype':'float',
# 'null':True,
# 'verbose_name': 'Power Heart Rate Efficiency (J/beat)',
# 'ax_min':0,
# 'ax_max':300,
# 'mode':'both',
# 'type':'pro'}),
('spm',{
'numtype':'float',

View File

@@ -142,7 +142,7 @@
<h2>Teams</h2>
<p>
The <a href="/rowers/teams/">Teams</a> tab brings you to
The <a href="/rowers/me/teams/">Teams</a> tab brings you to
functionality related to interaction with your team, if you
are part of one.
</p>

View File

@@ -166,9 +166,7 @@ DATABASES = {
},
'TEST': {
'CHARSET': 'utf8',
'ENGINE': 'django.db.backends.mysql',
'COLLATION': 'utf8_general_ci',
'NAME': CFG['db_name']
},
}