Heroku [Web.1]: Proses keluar dengan status 3

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