I have made a project named mysite with django i cloned it to a directory named tes the directory is as followed. As you can see the procfile is in correct directory.
test
├── blog
├── db.sqlite3
├── manage.py
├── mysite
│ ├── __init__.py
│ ├── __pycache__
│ │ ├── __init__.cpython-35.pyc
│ │ ├── settings.cpython-35.pyc
│ │ ├── urls.cpython-35.pyc
│ │ └── wsgi.cpython-35.pyc
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
├── procfile
├── Procfile
├── requirements.txt
The Procfile is as follows:
web: gunicorn mysite.wsgi --log-file -
I have also tried
web: gunicorn test.wsgi --log-file -
but still i get the error no web process runnig.
the heroku log file is..
2017-06-04T08:47:14.090800+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=book19.herokuapp.com request_id=036b18d7-2833-4472-be5d-421c13014a94 fwd="47.247.3.56" dyno= connect= service= status=503 bytes= protocol=https