.env.flaskrun 199 Bytes Edit Raw Blame History 1 2 3 4 5 6 # 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"