0 votes
in Python Flask by
How to use the Flask commands?

1 Answer

0 votes
by

As a result of the Flask installation, we also get access to a command-line application called Flask. There are various commands that we can use.

Use Flask –help on the command line to see all the options. Default commands are routes, run, and shell. This utility provides commands from Flask, extensions, and the application.

...