# Only useful for development, source this # after the virtualenv and before running `flask run`. export FLASK_APP="flaskr" export FLASK_ENV="development" export FLASK_RUN_EXTRA_FILES="content.yml"