I am trying to deploy a test app to Heroku --stack cedar but every time I do my Procfile is being ignored.
It should be saying this:
Procfile declare
I had this problem deploying a Django app to Heroku.
manage.py lives) Procfile needs to sitFile structure:
Documents/
|---djangoprojectname/
| |---djangoprojectname/
| | |---__init__.py
| | |---settings.py
| | |---urls.py
| | |---wsgi.py
| |---djangoappname/
| |---.git
| |---manage.py
| |---Procfile
The Procfile should look like this as per the docs:
web: gunicorn djangoprojectname.wsgi