[Answered ]-How can I get past this "'django_content_type' does not exist" error when deploying with Heroku?

1👍

Try upgrading to Wagtail 1.4.3 if you’re not on it already – the latest release fixes a couple of issues related to bringing up a project database from scratch.

👤gasman

1👍

You may need to run the migration command using:

heroku run python manage.py migrate
👤ahmed

Leave a comment