File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11# Flask
22
3- Flask is a lightweight [ WSGI] [ ] web application framework. It is designed
3+ Flask is a lightweight [ WSGI] web application framework. It is designed
44to make getting started quick and easy, with the ability to scale up to
5- complex applications. It began as a simple wrapper around [ Werkzeug] [ ]
6- and [ Jinja] [ ] , and has become one of the most popular Python web
5+ complex applications. It began as a simple wrapper around [ Werkzeug]
6+ and [ Jinja] , and has become one of the most popular Python web
77application frameworks.
88
99Flask offers suggestions, but doesn't enforce any dependencies or
@@ -15,7 +15,6 @@ community that make adding new functionality easy.
1515[ Werkzeug ] : https://werkzeug.palletsprojects.com/
1616[ Jinja ] : https://jinja.palletsprojects.com/
1717
18-
1918## A Simple Example
2019
2120``` python
@@ -34,12 +33,11 @@ $ flask run
3433 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
3534```
3635
37-
3836## Donate
3937
4038The Pallets organization develops and supports Flask and the libraries
4139it uses. In order to grow the community of contributors and users, and
4240allow the maintainers to devote more time to the projects, [ please
43- donate today] [ ] .
41+ donate today] .
4442
4543[ please donate today ] : https://palletsprojects.com/donate
You can’t perform that action at this time.
0 commit comments