Skip to content

Instantly share code, notes, and snippets.

@shivampip
Created July 31, 2020 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shivampip/b0527961629078fd78b9849205a3ce25 to your computer and use it in GitHub Desktop.
Save shivampip/b0527961629078fd78b9849205a3ce25 to your computer and use it in GitHub Desktop.
Flask Cheetsheet

Run it

  • on Windows (powershell)
$env:FLASK_APP = "hello.py"
  • on Linux
export FLASK_APP=hello.py

Then run with

flask run
flask run --host=0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment