System Grab Bag

View all TLDR pages from common (or from all pages)

flask

A general utility script for Flask applications. Loads the application defined in the FLASK_APP environment variable. More information: https://flask.palletsprojects.com/en/1.1.x/cli/.
  • Run a development server:
    flask run
  • Show the routes for the app:
    flask routes
  • Run a Python interactive shell in the app's context:
    flask shell

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.