欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Flask
来自开放百科 - 灰狐
(版本间的差异)
小 (→Links) |
小 (→链接) |
||
(未显示1个用户的9个中间版本) | |||
第3行: | 第3行: | ||
Flask is a microframework for Python based on [[Werkzeug]], [[Jinja]] 2 and good intentions. | Flask is a microframework for Python based on [[Werkzeug]], [[Jinja]] 2 and good intentions. | ||
− | [[MoinMoin]] 2 Using Flask now as the framework. | + | ==简介== |
+ | |||
+ | ==功能== | ||
+ | |||
+ | ==指南== | ||
+ | |||
+ | ==命令行== | ||
+ | pip install flask.cli | ||
+ | flask --version | ||
+ | |||
+ | ==常见问题== | ||
+ | AttributeError: 'Flask' object has no attribute 'cli' | ||
+ | pip install https://github.com/mitsuhiko/flask/tarball/master | ||
+ | |||
+ | ==项目== | ||
+ | [https://github.com/humiaozuzu/awesome-flask Awesome Flask] [[image:awesome.png]] | ||
+ | *[https://github.com/flask-admin/flask-admin Flask-Admin] | ||
+ | *[https://github.com/dpgaspar/Flask-AppBuilder Flask App Builder] | ||
+ | |||
+ | ==用户== | ||
+ | *[[MoinMoin]] 2 Using Flask now as the framework. | ||
+ | |||
+ | ==图集== | ||
+ | <gallery> | ||
+ | </gallery> | ||
==链接== | ==链接== | ||
*[http://flask.pocoo.org/ Flash官网] | *[http://flask.pocoo.org/ Flash官网] | ||
− | *[http://book.huihoo.com/explore-flask/ Explore Flask | + | *[https://github.com/pallets/flask Flask @ GitHub] |
+ | *[http://docs.huihoo.com/flask/ Flask文档] | ||
+ | *[http://book.huihoo.com/explore-flask/ Explore Flask图书] | ||
+ | *[http://testdriven.io/ Microservices with Docker, Flask, and React] | ||
+ | *[https://testdriven.io/blog/running-flask-on-kubernetes/ Running Flask on Kubernetes] | ||
+ | [[category:framework]] | ||
[[category:python]] | [[category:python]] |
2019年1月29日 (二) 02:58的最后版本
Flask: A Python Microframework
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.
目录 |
[编辑] 简介
[编辑] 功能
[编辑] 指南
[编辑] 命令行
pip install flask.cli flask --version
[编辑] 常见问题
AttributeError: 'Flask' object has no attribute 'cli'
pip install https://github.com/mitsuhiko/flask/tarball/master
[编辑] 项目
[编辑] 用户
- MoinMoin 2 Using Flask now as the framework.
[编辑] 图集
[编辑] 链接
分享您的观点