I have been following the video tutorial on Flask intro. I have made sure have the same files that Mike has, that is the project.py and the files inside the templates folder (root, base, and login). I am using the command 'python project.py' and 'flask run' to try to run it.
lambda-server:~/BigDataFinal2/services/web/project (main *%=) $ python3 project.py
* Serving Flask app 'project' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
When I go to the link, there is nothing there. Has anyone faced this issue?
Hello,
I have been following the video tutorial on Flask intro. I have made sure have the same files that Mike has, that is the project.py and the files inside the templates folder (root, base, and login). I am using the command 'python project.py' and 'flask run' to try to run it.
When I go to the link, there is nothing there. Has anyone faced this issue?