Update README.rst
Фласк(не фляга, и не макс коряга)
This commit is contained in:
parent
066a35dd32
commit
cf3a409451
1 changed files with 30 additions and 31 deletions
61
README.rst
61
README.rst
|
|
@ -1,23 +1,23 @@
|
||||||
Flask
|
Flask (не фляга)
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Flask is a lightweight `WSGI`_ web application framework. It is designed
|
Flask - это облегченный фреймворк веб-приложений `WSGI`_. Он разработан
|
||||||
to make getting started quick and easy, with the ability to scale up to
|
для того, чтобы сделать начало работы быстрым и легким, с возможностью масштабирования до
|
||||||
complex applications. It began as a simple wrapper around `Werkzeug`_
|
сложных приложений. Он начинался как простая оболочка вокруг `Werkzeug`_
|
||||||
and `Jinja`_ and has become one of the most popular Python web
|
и `Jinja`_ и стал одним из самых популярных
|
||||||
application frameworks.
|
фреймворков веб-приложений на Python.
|
||||||
|
|
||||||
Flask offers suggestions, but doesn't enforce any dependencies or
|
Flask предлагает предложения, но не применяет никаких зависимостей или
|
||||||
project layout. It is up to the developer to choose the tools and
|
макета проекта. Разработчик сам выбирает инструменты и
|
||||||
libraries they want to use. There are many extensions provided by the
|
библиотеки, которые он хочет использовать. Сообщество предоставляет множество расширений
|
||||||
community that make adding new functionality easy.
|
, которые упрощают добавление новых функций.
|
||||||
|
|
||||||
.. _WSGI: https://wsgi.readthedocs.io/
|
.. _WSGI: https://wsgi.readthedocs.io/
|
||||||
.. _Werkzeug: https://werkzeug.palletsprojects.com/
|
.. _Werkzeug: https://werkzeug.palletsprojects.com/
|
||||||
.. _Jinja: https://jinja.palletsprojects.com/
|
.. _Jinja: https://jinja.palletsprojects.com/
|
||||||
|
|
||||||
|
|
||||||
Installing
|
Установочка))
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Install and update using `pip`_:
|
Install and update using `pip`_:
|
||||||
|
|
@ -28,8 +28,7 @@ Install and update using `pip`_:
|
||||||
|
|
||||||
.. _pip: https://pip.pypa.io/en/stable/getting-started/
|
.. _pip: https://pip.pypa.io/en/stable/getting-started/
|
||||||
|
|
||||||
|
Простой пример)))):
|
||||||
A Simple Example
|
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
@ -49,34 +48,34 @@ A Simple Example
|
||||||
* 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)
|
||||||
|
|
||||||
|
|
||||||
Contributing
|
Сопутствие
|
||||||
------------
|
------------
|
||||||
|
|
||||||
For guidance on setting up a development environment and how to make a
|
Рекомендации по настройке среды разработки и тому, как внести
|
||||||
contribution to Flask, see the `contributing guidelines`_.
|
свой вклад в Flask, см. в разделе "Рекомендации по внесению вклада`_.
|
||||||
|
|
||||||
.. _contributing guidelines: https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst
|
.. _Способствующие руководящие принципы: https://github.com/pallets/flask/blob/main/CONTRIBUTING.rst
|
||||||
|
|
||||||
|
|
||||||
Donate
|
Для донатеров
|
||||||
------
|
------
|
||||||
|
|
||||||
The Pallets organization develops and supports Flask and the libraries
|
Организация Pallets разрабатывает и поддерживает Flask и библиотеки
|
||||||
it uses. In order to grow the community of contributors and users, and
|
, которые она использует. Чтобы расширить сообщество участников и пользователей и
|
||||||
allow the maintainers to devote more time to the projects, `please
|
позволить сопровождающим уделять больше времени проектам, "пожалуйста
|
||||||
donate today`_.
|
, сделайте пожертвование сегодня`_.
|
||||||
|
|
||||||
.. _please donate today: https://palletsprojects.com/donate
|
.. _Пожалуйста задонатьте сегодня :> : https://palletsprojects.com/donate
|
||||||
|
|
||||||
|
|
||||||
Links
|
Полезные ссылочки
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Documentation: https://flask.palletsprojects.com/
|
- Документация: https://flask.palletsprojects.com/
|
||||||
- Changes: https://flask.palletsprojects.com/changes/
|
- Изменения: https://flask.palletsprojects.com/changes/
|
||||||
- PyPI Releases: https://pypi.org/project/Flask/
|
- PyPI Releases: https://pypi.org/project/Flask/
|
||||||
- Source Code: https://github.com/pallets/flask/
|
- Исходный код: https://github.com/pallets/flask/
|
||||||
- Issue Tracker: https://github.com/pallets/flask/issues/
|
- Отслеживание проблем: https://github.com/pallets/flask/issues/
|
||||||
- Website: https://palletsprojects.com/p/flask/
|
- Вебсайт: https://palletsprojects.com/p/flask/
|
||||||
- Twitter: https://twitter.com/PalletsTeam
|
- Твитер: https://twitter.com/PalletsTeam
|
||||||
- Chat: https://discord.gg/pallets
|
- Чат: https://discord.gg/pallets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue