hello,
i am completely new to django and i need to implement a matrix format input fields
when i am tryig to use django-matrix-field i get this ERROR
File "/home/Project/lib/python3.6/site-packages/matrix_field/fields.py", line 17, in MatrixField
metaclass = models.SubfieldBase
AttributeError: module 'django.db.models' has no attribute 'SubfieldBase'
hello,
i am completely new to django and i need to implement a matrix format input fields
when i am tryig to use django-matrix-field i get this ERROR
File "/home/Project/lib/python3.6/site-packages/matrix_field/fields.py", line 17, in MatrixField
metaclass = models.SubfieldBase
AttributeError: module 'django.db.models' has no attribute 'SubfieldBase'