pythonanywhere 404 error pythonanywhere 404 error flask flask

pythonanywhere 404 error


change
project_home = u'/home/thefritobandit/microblog/app
to
project_home = u'/home/thefritobandit/microblog

and in your wsgi file change
from __init__ import app as application
to
from app import app as application.