Why does Django complain that a new model column is unknown instead of migrating it?

后端 未结 0 930
长情又很酷
长情又很酷 2021-01-06 09:08

I\'m using Django 3.0 with Python 3.6. I have a Model:

class Data(models.Model):

    parameter = models.CharField(
        max_length=16,
        blank=True         


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