24👍
✅
You are referencing the gettingstarting
wsgi module (file) which is nowhere inside your project.
Instead change the Procfile
contents to:
web: gunicorn PROJECT_NAME.wsgi --log-file -
Source:stackexchange.com