I am getting a Server Error(500) when debug is set to false, But the site works fine when debug=True
This is the Heroku log: [EDIT:NEW LOG FILE AFTER MAKING
Try making migrations with:
heroku run python manage.py makemigrations
heroku run python manage.py migrate
I had the same issue, but this solved it.