ValueError: Field 'id' expected a number but got 'Processing'

前端 未结 8 1723
南方客
南方客 2021-01-27 23:55

I\'m going to deploy my django application on DigitalOcean. Everything gone well, except following error, and my question is: where can I find source of this error, actually in

8条回答
  •  既然无缘
    2021-01-28 00:25

    Just delete all the migration files except the init python file the run python manage.py makemigrations then python manage.py migrate

提交回复
热议问题