书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1864 个相关结果.
  • 大型应用

    大型应用¶ 阅读源代码¶ 挂接,扩展¶ 继承¶ 用中间件包装¶ 派生¶ 专家级的伸缩性¶ 与社区沟通¶ 大型应用¶ 以下是一些建议,当你的代码库日益壮大或者应用需要规划时可以参考。 阅读源代码¶ Werkzeug ( WSGI )和 Jinja (模板)是两个被广泛使用的工具,而 Flask 起源就是用于展示如何基于这两个工具创建...
  • Welcome

    Welcome to Flask User’s Guide API Reference Additional Notes Welcome to Flask Welcome to Flask’s documentation. Get started with Installation and then get an overview wi...
  • Additional Resources

    Additional Resources Additional Resources I’ve written a number of blog posts about building applications and web-services with peewee (and usually Flask). If you’d like to see...
  • Quickstart

    Quickstart A Minimal Application What to do if the Server does not Start Old Version of Flask Invalid Import Name Debug Mode HTML Escaping Routing Variable Rules Unique URLs...
  • Extensions

    Extensions Finding Extensions Using Extensions Building Extensions Extensions Extensions are extra packages that add functionality to a Flaskapplication. For example, an ext...
  • Project Layout

    Project Layout Project Layout Create a project directory and enter it: $ mkdir flask - tutorial $ cd flask - tutorial Then follow the installation instructions to set up...
  • Python

    Python in a container Prerequisites Create a Python project Add Docker files to the project File modifications for Django/Flask apps Django Apps Flask Apps Build, run, and de...
  • RESTful API

    RESTful API 用来开发 RESTful APIs 的库 Django django-rest-framework :一个强大灵活的工具,用来构建 web API。官网 django-tastypie:为 Django 应用开发 API。官网 django-formapi:为 Django 的表单验证,创建 JSON APIs 。官网 ...
  • 扩展

    扩展 寻找扩展 使用扩展 创建扩展 扩展 扩展是指为 Flask 应用增加功能的包,比如增加发送电子邮件或者连接数据库中的 功能。有些扩展还有助于为应用添加全新的框架,如 REST API 。 寻找扩展 Flask 的扩展通常命名为“ Flask-Foo ”或者“ Foo-Flask ” 。可以在 PyPI 搜索 标记为 Framework ...
  • 介绍

    使用 Flask 设计 RESTful APIs 使用 Flask 设计 RESTful APIs 翻译者注:本系列的原文名为:Designing a RESTful API with Python and Flask ,作者是 Miguel Grinberg 。 目录: 使用 Python 和 Flask 设计 RESTful API ...