Python django non-nullable field

后端 未结 0 372
生来不讨喜
生来不讨喜 2020-12-11 01:00

Here is my models.py

class Product(models.Model):
    product_id = models.AutoField
    product_name = models.CharField(max_length=50)
    category = models.C         


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