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

@@ -2908,8 +2908,9 @@ class Meta:
index_together = ['workoutid']
app_label = 'rowers'
attrs = {'__module__': '', 'Meta': Meta}
attrs = {'__module__': 'rowers.models', 'Meta': Meta}
attrs.update(strokedatafields)
# Model of StrokeData table
# the definition here is used only to enable easy Django migration