I am trying to follow the flask documentation on my windows machine given at the following link: http://flask.pocoo.org/docs/0.11/quickstart/#debug-mode
Firstly I wrote
Here is what worked for me:
setx FLASK_APP sqlAlchemy.py
python - m flask run
I have an Alienware laptop and am using Windows 10.
Not sure it worked but it was a combination of trial and ever. Depending on the OS you have the solution will vary it seems. IT could be an environmental variable issue but again not sure.
- Here are other possible solutions that didn't work for me but I gathered them up as possibilities.