Skip to main content

Use dj-database-url to parse DATABASE_URL for Buildout environments

Project description

collective.recipe.database_url

Use dj-database-url to parse DATABASE_URL for Buildout environments

[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

Changelog

0.0.2 (2015-07-04)

  • Update documentation

0.0.1 (2015-07-03)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.recipe.database_url-0.0.2.zip (11.3 kB view details)

Uploaded Source

File details

Details for the file collective.recipe.database_url-0.0.2.zip.

File metadata

File hashes

Hashes for collective.recipe.database_url-0.0.2.zip
Algorithm Hash digest
SHA256 c30645c2e5189a99ffd66613c597cf315b0307d634d4dfed9bbf1739dc0a08bd
MD5 1424a2d4b2d01ca50f76630835aaff08
BLAKE2b-256 57d74d2f5ef7a6c3c463fe8f182c330718bffbe71a6804272a7b4d5150bcd6d7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page