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 1
1
# Flask
2
2
3
- Flask is a lightweight [ WSGI] [ ] web application framework. It is designed
3
+ Flask is a lightweight [ WSGI] web application framework. It is designed
4
4
to 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
7
7
application frameworks.
8
8
9
9
Flask offers suggestions, but doesn't enforce any dependencies or
@@ -15,7 +15,6 @@ community that make adding new functionality easy.
15
15
[ Werkzeug ] : https://werkzeug.palletsprojects.com/
16
16
[ Jinja ] : https://jinja.palletsprojects.com/
17
17
18
-
19
18
## A Simple Example
20
19
21
20
``` python
@@ -34,12 +33,11 @@ $ flask run
34
33
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
35
34
```
36
35
37
-
38
36
## Donate
39
37
40
38
The Pallets organization develops and supports Flask and the libraries
41
39
it uses. In order to grow the community of contributors and users, and
42
40
allow the maintainers to devote more time to the projects, [ please
43
- donate today] [ ] .
41
+ donate today] .
44
42
45
43
[ please donate today ] : https://palletsprojects.com/donate
You can’t perform that action at this time.
0 commit comments