intro-to-flask
intro-to-flask copied to clipboard
Not working on windows
Having issues with running the project. On running the runserver on windows I am getting the error:
from routes import mail ImportError: No module named 'routes'
Why is this happening?
I have installed everything
Edit the file __init__.py
and
change from routes import mail
it to from .routes import mail