When we run $ python manage.py runserver --settings=project.settings.local there are 4 different possible combinations:
What you should be doing here is this:
$ heroku logs --tail in one terminal window.$ heroku ps:restart to restart your dynos.Watch the logs, and see the actual traceback. This will tell you exactly what's going on. Based on your configuration it could be a number of issues.