书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 1380 个相关结果.
  • 集成uWSGI和Erlang

    集成uWSGI和Erlang 构建 激活Erlang支持 一个简单的RPC hello world例子 Python-Erlang映射 发送消息给Erlang节点 接收Erlang消息 RPC 连接持久化 Mnesia又如何? 我可以在uWSGI之上运行 EWGI 应用吗? 集成uWSGI和Erlang 警告 自1.9.20起,...
  • 21.5 使用模板

    使用模板 home.html form.html signin-ok.html 小结 源码参考 使用模板 Web框架把我们从WSGI中拯救出来了。现在,我们只需要不断地编写函数,带上URL,就可以继续Web App的开发了。 但是,Web App不仅仅是处理逻辑,展示给用户的页面也非常重要。在函数中返回一个包含HTML的字符串,简单的页面...
  • System check framework

    System check framework Writing your own checks Messages Registering and labeling checks Field, model, manager, template engine, and database checks Writing tests Writing integra...
  • How to install Django

    How to install Django Install Python Install Apache and mod_wsgi Get your database running Install the Django code Installing an official release with pip Installing a distri...
  • How to install Django

    How to install Django 安装Python Install Apache and mod_wsgi Get your database running 移除任何老版本的Django Install the Django code Installing an official release with pip Installing ...
  • How to install Django

    How to install Django Install Python Install Apache and mod_wsgi Get your database running Install the Django code Installing an official release with pip Installing a distri...
  • How to install Django

    How to install Django Install Python Install Apache and mod_wsgi Get your database running Install the Django code Installing an official release with pip Installing a distri...
  • Running python webapps on Heroku with uWSGI

    Running python webapps on Heroku with uWSGI Preparing the environment Creating the uWSGI config file Preparing for the first commit/push Checking your app Using another version...
  • 部署

    部署 创建项目的运行环境 使用 Gunicorn 启动 flask 程序 使用 supervisor 管理服务器进程 使用 Nginx 做反向代理 参考资料 部署 我们这里以项目 flask-todo-app 为例,介绍如何将其部署到生产环境,主要有以下几个步骤: 创建项目的运行环境 使用 Gunicorn 启动 flask 程序 使...
  • 如何管理静态文件(如图片、JavaScript、CSS)

    如何管理静态文件(如图片、JavaScript、CSS) 配置静态文件 开发时提供静态文件服务 开发期间保存用户上传的文件 测试 部署 了解更多 如何管理静态文件(如图片、JavaScript、CSS) 网站通常需要提供类似图片,JavaScript 或 CSS 的额外文件服务。在 Django 中,我们将这些文件称为“静态文件”。Djan...