removing StrokeData field *bye and thanks
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user