Private
Public Access
1
0

removed StrokeData table and all references to it

This commit is contained in:
Sander Roosendaal
2019-10-23 20:17:49 +02:00
parent c0e8e448e3
commit 7a26669cd7
7 changed files with 17 additions and 103 deletions

View File

@@ -7,7 +7,7 @@ from __future__ import unicode_literals
# Also optionally define POST, PATCH methods (create, update)
from rest_framework import serializers
from rowers.models import Workout,Rower,StrokeData,FavoriteChart
from rowers.models import Workout,Rower,FavoriteChart
import datetime