跳转到主要内容

使用dj-database-url解析Buildout环境的DATABASE_URL

项目描述

collective.recipe.database_url

使用dj-database-url解析Buildout环境的DATABASE_URL

[buildout]
develop = .
extends =
    https://raw.githubusercontent.com/plock/pins/master/plone-4-3
    https://raw.githubusercontent.com/plock/pins/master/dev
#    https://raw.githubusercontent.com/plock/pins/master/relstorage

# https://raw.githubusercontent.com/plock/pins/master/relstorage
[plone]
eggs +=
    RelStorage
    psycopg2
parts += database_url
rel-storage =
    dbname ${database_url:name}
    host ${database_url:host}
    type ${database_url:engine}
    user ${database_url:user}
    password ${database_url:password}

[database_url]
recipe = collective.recipe.database_url

变更日志

0.0.2 (2015-07-04)

  • 更新文档

0.0.1 (2015-07-03)

  • 首次发布

项目详情


下载文件

为您的平台下载文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源代码分发

collective.recipe.database_url-0.0.2.zip (11.3 kB 查看哈希)

上传时间: 源代码

支持者

AWS AWS 云计算和安全赞助商 Datadog Datadog 监控 Fastly Fastly CDN Google Google 下载分析 Microsoft Microsoft PSF赞助商 Pingdom Pingdom 监控 Sentry Sentry 错误日志 StatusPage StatusPage 状态页面