initial solution to #70
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user