我正在尝试将我的django项目迁移到heroku,这个错误出现了:
django.db.utils.programmingerror cannot cast time without time zone to timestamp with timezone
这是图片:
git push heroku master
heroku run python manage.py migrate
我的pip冻结应该是正确的,所有其他人也是。
我应该在models.py
导入时区吗?