Answer the question
In order to leave comments, you need to log in
Why doesn't Heroku see Procfile?
Deploying a django app to hiroku was having difficulty.
As I understand it, for some reason heroku does not see my Procfile and, accordingly, when it
heroku ps
issues
No dynos on ⬢ ita3
Project structure:
Procfile:
web gunicorn config.wsgi:application
I also tried this option:
release: python manage.py makemigrations --no-input
release: python manage.py migrate --no-input
web: gunicorn config.wsgi
Answer the question
In order to leave comments, you need to log in
In general, the root folder for the git directory should not be a PyCharm project, but a django project. And in this folder all the files required for Heroku should be stored. This is the solution :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question