https://flask.palletsprojects.com/en/2.0.x/tutorial/layout/
# Create virtualenv if none exists
python3 -m venv venv
# Activate virtualenv
. venv/bin/activate
# Set environment
export FLASK_APP=flaskr
export FLASK_ENV=development
flask run[MIRROR] Just following https://flask.palletsprojects.com/en/2.0.x/tutorial/layout/
https://gitea.blesmrt.net/mikaela/flask-tutorial
Repository from Github https://github.comeync/flask-tutorial
https://flask.palletsprojects.com/en/2.0.x/tutorial/layout/
# Create virtualenv if none exists
python3 -m venv venv
# Activate virtualenv
. venv/bin/activate
# Set environment
export FLASK_APP=flaskr
export FLASK_ENV=development
flask run[MIRROR] Just following https://flask.palletsprojects.com/en/2.0.x/tutorial/layout/
https://gitea.blesmrt.net/mikaela/flask-tutorial