Skip to content

Instantly share code, notes, and snippets.

@nick4rivers
Last active November 30, 2021 04:48
Show Gist options
  • Select an option

  • Save nick4rivers/bf839c80a89198f86a73b5997c2862fc to your computer and use it in GitHub Desktop.

Select an option

Save nick4rivers/bf839c80a89198f86a73b5997c2862fc to your computer and use it in GitHub Desktop.
Flask App Notes

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment