Hello conrad. I think I fixed the issue with directory, but now its giving me this error:
2021-04-07 15:51:45,184: Error running WSGI application
2021-04-07 15:51:45,184: ModuleNotFoundError: No module named 'flask_migrate'
2021-04-07 15:51:45,185: File "/var/www/helliottchip_pythonanywhere_com_wsgi.py", line 16, in <module>
2021-04-07 15:51:45,185: from main import app as application # noqa
2021-04-07 15:51:45,185:
2021-04-07 15:51:45,186: File "/home/HelliottChip/mysite/main.py", line 7, in <module>
2021-04-07 15:51:45,186: from app import app
2021-04-07 15:51:45,187:
2021-04-07 15:51:45,187: File "/home/HelliottChip/mysite/app/__init__.py", line 6, in <module>
2021-04-07 15:51:45,188: from flask_migrate import Migrate
I must note this was edited. I solved the original problem. Hope this dosnt cause confusion. I did import all of these in my virtual env though, so its unclear to me