I used Flask and python 2.7 for my site, which works locally on my computer.
My site is called nos.pythonanywhere.com
. When I open the link in a browser, it shows hello from flask!
but where is no errors in the log files.
When I open the nos_pythonanywhere_com_wsgi.py
file, there is a little problem logo next to the following line
from manage import app as application
and it says: 'application imported but unused'
Can anyone shine some light on this? Many thanks.