Django CommandError: App 'polls' has migrations

后端 未结 5 1469
面向向阳花
面向向阳花 2021-02-04 07:08

Trying to follow the tutorial at Django project.

The problem I\'ve come across is that when performing the command: python manage.py sql polls I\'m given th

5条回答
  •  深忆病人
    2021-02-04 07:13

    You can either run python manage.py makemigration followed by python manage.py migrate or just delete migrations folder

提交回复
热议问题