django.db.utils.programmingerror无法将没有时区的时间转换为时区的时间戳

时间:2016-02-29 16:40:54

标签: python django git heroku

我正在尝试将我的django项目迁移到heroku,这个错误出现了:

django.db.utils.programmingerror cannot cast time without time zone to timestamp with timezone

这是图片:

enter image description here

enter image description here

git push heroku master
heroku run python manage.py migrate

我的pip冻结应该是正确的,所有其他人也是。

我应该在models.py导入时区吗?

0 个答案:

没有答案