Private
Public Access
1
0

removing StrokeData field *bye and thanks

This commit is contained in:
Sander Roosendaal
2019-11-19 07:57:37 +01:00
parent 4bfc5866c4
commit 2b1c16d20e

View File

@@ -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):