mirror of https://github.com/pallets/flask.git
parent
f2674c5bb4
commit
5b525e9797
10
README.md
10
README.md
|
@ -1,9 +1,9 @@
|
||||||
# Flask
|
# Flask
|
||||||
|
|
||||||
Flask is a lightweight [WSGI][] web application framework. It is designed
|
Flask is a lightweight [WSGI] web application framework. It is designed
|
||||||
to make getting started quick and easy, with the ability to scale up to
|
to make getting started quick and easy, with the ability to scale up to
|
||||||
complex applications. It began as a simple wrapper around [Werkzeug][]
|
complex applications. It began as a simple wrapper around [Werkzeug]
|
||||||
and [Jinja][], and has become one of the most popular Python web
|
and [Jinja], and has become one of the most popular Python web
|
||||||
application frameworks.
|
application frameworks.
|
||||||
|
|
||||||
Flask offers suggestions, but doesn't enforce any dependencies or
|
Flask offers suggestions, but doesn't enforce any dependencies or
|
||||||
|
@ -15,7 +15,6 @@ community that make adding new functionality easy.
|
||||||
[Werkzeug]: https://werkzeug.palletsprojects.com/
|
[Werkzeug]: https://werkzeug.palletsprojects.com/
|
||||||
[Jinja]: https://jinja.palletsprojects.com/
|
[Jinja]: https://jinja.palletsprojects.com/
|
||||||
|
|
||||||
|
|
||||||
## A Simple Example
|
## A Simple Example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
@ -34,12 +33,11 @@ $ flask run
|
||||||
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
|
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
|
|
||||||
The Pallets organization develops and supports Flask and the libraries
|
The Pallets organization develops and supports Flask and the libraries
|
||||||
it uses. In order to grow the community of contributors and users, and
|
it uses. In order to grow the community of contributors and users, and
|
||||||
allow the maintainers to devote more time to the projects, [please
|
allow the maintainers to devote more time to the projects, [please
|
||||||
donate today][].
|
donate today].
|
||||||
|
|
||||||
[please donate today]: https://palletsprojects.com/donate
|
[please donate today]: https://palletsprojects.com/donate
|
||||||
|
|
Loading…
Reference in New Issue