source venv/bin/activate
export FLASK_APP=flaskr
flask run
//If we need to make the server publicly available
flask run --host=0.0.0.0
Reference :
https://flask.palletsprojects.com/en/1.1.x/quickstart/
source venv/bin/activate
export FLASK_APP=flaskr
flask run
//If we need to make the server publicly available
flask run --host=0.0.0.0
Reference :
https://flask.palletsprojects.com/en/1.1.x/quickstart/
For further actions, you may consider blocking this person and/or reporting abuse
Mohammad Jawad (Kasir) Barati -
Natália Catunda -
Bas Steins -
Leo Scott -
Top comments (0)