Files
tldr/pages.zh/common/flask.md

16 lines
360 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# flask
> 一个用于Flask应用程序的通用工具脚本。加载在`FLASK_APP`环境变量中定义的应用程序。
> 更多信息:<https://flask.palletsprojects.com/en/1.1.x/cli/>.
- 运行开发服务器:
`flask run`
- 显示应用程序的路由:
`flask routes`
- 在应用程序的上下文中运行Python交互式Shell
`flask shell`