书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 559 个相关结果.
  • flask

    Caddy的Flask配置 Caddyfile Caddy的Flask配置 这是一个基于Guicorn 运行的Flask 项目的配置示例。目前Caddy尚不支持uwsgi协议,可以关注这个issue 获取这方面的最新动态。现在最好的选择是将请求代理到app服务器。 在app环境安装Gunicorn: pip install gunicorn ...
  • README

    Divio Cloud developer handbook¶ Contents¶ Tutorials¶ How-to guides¶ Reference¶ Background¶ About the Divio Cloud¶ About this handbook¶ Detailed table of contents¶ Divio...
  • Managing a project’s code and resources

    How-to guides¶ Setting up a project and its environment¶ Managing a project’s code and resources¶ Working with addons¶ Working in the local development environment¶ Troubleshoo...
  • Technical reference

    Technical reference¶ Divio software components¶ Docker commands and configuration¶ Python/Django application configuration¶ Coding in Divio Cloud applications¶ Key Divio Cloud ...
  • GeoIP插件

    GeoIP插件 启用geoip查询 一个例子 内存使用 GeoIP插件 geoip 插件添加新的路由变量到你的内部路由子系统中。GeoIP变量前缀为”geoip”标签。要构建geoip插件,你需要官方的GeoIP C库和它的头文件。支持的数据库是country和city,它们会在启动的时候完全加载到内存中。 可以访问country数据库的以...
  • How-to guides

    How-to guides¶ Setting up a project and its environment¶ Managing a project’s code and resources¶ Working with addons¶ Working in the local development environment¶ Troubleshoo...
  • django

    Django的Caddy配置 Caddyfile Django的Caddy配置 这是一个使用gunicorn运行的Django项目的配置例子。目前,caddy还不支持uwsgi协议,最好的选择,就是代理请求到应用服务器。 在你的应用服务器安装gunicorn:pip install gunicorn 。 启动gunicorn:gunicor...
  • Working with addons

    How-to guides¶ Setting up a project and its environment¶ Managing a project’s code and resources¶ Working with addons¶ Working in the local development environment¶ Troubleshoo...
  • 不使用Virtualenv下的 bin/python

    不使用Virtualenv下的 bin/python 某些情况下,我们无法或是不想使用由virtualenv创建的Python解释器。比如,在 mod_python 或 mod_wsgi 下,只能用唯一一个Python解释器。(wrongway补充,不过uwsgi是可以使用多个python解释器的) 幸运的是,这相当简单。只要用指定的Python解释...
  • How to deploy Django

    How to deploy Django How to deploy Django Django is full of shortcuts to make web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sit...