diff --git a/rowers/models.py b/rowers/models.py index c4d6b7e4..395455b6 100644 --- a/rowers/models.py +++ b/rowers/models.py @@ -3072,9 +3072,9 @@ attrs.update(strokedatafields) # when the StrokeData are expanded. # No Django Instances of this model are managed. Strokedata table is # accesssed directly with SQL commands -StrokeData = type(str('StrokeData'), (models.Model,), - attrs - ) +#StrokeData = type(str('StrokeData'), (models.Model,), +# attrs +# ) # Storing data for the OTW CP chart class cpdata(models.Model):