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