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
Atsushi Suzuki -
Shafayet Hossain -
Bas Steins -
Rails Designer -
Top comments (0)