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
Ashish prajapati -
Harith Javed Bakhrani -
DPC -
kamran -
Top comments (0)