django.db.utils.IntegrityError: NOT NULL constraint failed: products_product.image ERROR WITH IMAGE FIELD
问题 I wanna add imagefield to my models.py and upload in my media_cdn directory but when i migrate to base my model.py he give this error django.db.utils.IntegrityError: NOT NULL constraint failed: products_product.image ERROR WITH IMAGE FIELD Output from cmd operation.database_forwards(self.app_label, schema_editor, old_state, project_state) File "C:\Users\PANDEMIC\Desktop\td10\lib\site-packages\django\db\migrations\operations\fields.py", line 84, in database_forwards field, File "C:\Users