Heroku [Web.1]: Proces wyszedł ze statusem 3

#Check your Procfile, it should be something like this:
web: gunicorn <your-app-name>.wsgi --log-file -
MitchAloha