Forums

Need help getting the right flask app

I'm very new to pythonanywhere and python and I'm trying to pull from my git repo because there are a lot of files, after the cloning is done, I don't know how to set which file to get the app from

2022-12-28 20:03:52,440: Error running WSGI application
2022-12-28 20:03:52,441: ModuleNotFoundError: No module named 'flask_app'
2022-12-28 20:03:52,441:   File "/var/www/knightstable_pythonanywhere_com_wsgi.py", line 16, in <module>
2022-12-28 20:03:52,441:     from flask_app import app as application  # noqa

See our help page on debugging import errors here: https://help.pythonanywhere.com/pages/DebuggingImportError/