我正在尝试运行 heroku python manage.py loaddata db.json
,但我一直收到此错误 UnicodeDecodeError: 'utf-8' codec can't decode byte 0x97 in position 2446: invalid start byte
。
我做了什么:
python manage.py makemigrations
本地heroku python manage.py migrate
heroku python manage.py loaddata db.json
我在本地对数据库进行更改时不断遇到这个问题,当我在 heroku 上部署时,这些更改不会反映出来。
我通过连接到 github 部署了该应用程序。