Private
Public Access
1
0

passing tests

This commit is contained in:
Sander Roosendaal
2019-02-25 17:30:50 +01:00
parent e8f0f3e5bf
commit 33633460de
7 changed files with 20 additions and 18777 deletions

View File

@@ -2426,12 +2426,12 @@ def workout_data_view(request, id=0):
pass
# pd.set_option('display.width', 1000)
pd.set_option('colheader_justify', 'left')
#pd.set_option('colheader_justify', 'left')
htmltable = datadf.to_html(
bold_rows=True,
show_dimensions=True,border=1,
classes='pandastable',justify='justify'
classes=['pandastable'],justify='justify'
)
return render(request,