Private
Public Access
1
0

further code refactoring

This commit is contained in:
Sander Roosendaal
2018-06-26 21:43:57 +02:00
parent cff1626603
commit e0dd903d68
6 changed files with 21 additions and 175 deletions

View File

@@ -33,7 +33,7 @@ from django.contrib.auth.decorators import login_required
# Project
# from .models import Profile
from rowingdata import rowingdata
from rowingdata import rowingdata, make_cumvalues
import pandas as pd
from rowers.models import Rower,Workout,checkworkoutuser
from rowers import types