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.

Related questions

0 votes
0 votes
asked Dec 24, 2022 in Python Flask by sharadyadav1986
0 votes
asked Dec 23, 2022 in Python Flask by john ganales
...