[Answered ]-Heroku, problem running django app due to bash: ps:scale: command not found

1👍

Silly question, got it figured out. I removed heroku ps:scale web=1 from the Procfile, then added web: gunicorn <projectname>.wsgi.

That worked properly.

👤tom

Leave a comment