Flask Web Framework Notes Simple notes useful in building flask web applications Environmental Local Variables These should be set in the terminal to allow a development server export FLASK_ENV=development export FLASK_APP=[index_file_name.py]