Intento migrar mi proyecto django a heroku y se produjo este error:
django.db.utils.programmingerror cannot cast time without time zone to timestamp with timezone
aquí está la foto:
git push heroku master heroku run python manage.py migrate
Mi congelamiento de pip debería ser correcto y todos los demás también.
¿Debo importar la zona horaria en models.py
?