From 2b1c16d20eb460f2522486a1f03080edbfcd623b Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 19 Nov 2019 07:57:37 +0100 Subject: [PATCH] removing StrokeData field *bye and thanks --- rowers/models.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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):