[Answer]-Heroku and Django 1.7 – code=H10 desc="App crashed" method=GET path="/favicon.ico"

1👍

Check if requirements.txt contains gunicron.

Also try to set Procfile as:
web : gunicorn lafusee.wsgi -b 0.0.0.0:$PORT

👤tazo

Leave a comment