flask-practice/start-dev.sh

4 lines
60 B
Bash
Raw Permalink Normal View History

export FLASK_APP=app
export FLASK_ENV=development
flask run