heroku ps
No dynos on ⬢ ita3
web gunicorn config.wsgi:application
release: python manage.py makemigrations --no-input
release: python manage.py migrate --no-input
web: gunicorn config.wsgi
The Procfile must live in your app’s root directory. It does not function if placed anywhere else.