NOT NULL constraint failed: new__store_product.category_id

后端 未结 0 1318
我在风中等你
我在风中等你 2021-01-24 02:36

after i add category field to my model i am facing this error. where is the problem?

from django.db import models

class Category(models.Model):
    name =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题