#make sure your Procfile named "Procfile" web: gunicorn core.wsgi --log-file -
web: gunicorn <your-app-name>.wsgi --log-file -
web: gunicorn myproject.wsgi