removing StrokeData field *bye and thanks
This commit is contained in:
@@ -3072,9 +3072,9 @@ attrs.update(strokedatafields)
|
|||||||
# when the StrokeData are expanded.
|
# when the StrokeData are expanded.
|
||||||
# No Django Instances of this model are managed. Strokedata table is
|
# No Django Instances of this model are managed. Strokedata table is
|
||||||
# accesssed directly with SQL commands
|
# accesssed directly with SQL commands
|
||||||
StrokeData = type(str('StrokeData'), (models.Model,),
|
#StrokeData = type(str('StrokeData'), (models.Model,),
|
||||||
attrs
|
# attrs
|
||||||
)
|
# )
|
||||||
|
|
||||||
# Storing data for the OTW CP chart
|
# Storing data for the OTW CP chart
|
||||||
class cpdata(models.Model):
|
class cpdata(models.Model):
|
||||||
|
|||||||
Reference in New Issue
Block a user