Yaygın flask pthonanywhere hatası

Hata şu
2020-10-13 14:44:03,497: Error running WSGI application
2020-10-13 14:44:03,497: ImportError: cannot import name ‘app’ from ‘site’ (/usr/lib/python3.7 /site.py)
2020-10-13 14:44:03,498: File “/var/www/excalibur432_pythonanywhere_com_wsgi.py”, line 16, in
2020-10-13 14:44:03,498: from site import app as application # noqa
WSGI dosyası şu şekilde

from site import app as application  # noqa

import sys


project_home = '/home/eXcalibur432/mysite'
if project_home not in sys.path:
    sys.path = [project_home] + sys.path

abi bu flask ne tam olarak herkesin dilinde bu herkes bundan hata alıyor

flask bir webframeworküdür

daha detaylı bilgi için internette arama yapabilirsin