From 64ae2f21bfe759986edf7d35bbdab8a4d99b26dd Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Wed, 18 May 2011 10:16:04 -0700 Subject: [PATCH] readme polish --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index e98181a..b84b8ee 100644 --- a/Readme.md +++ b/Readme.md @@ -28,11 +28,11 @@ Django settings.py ------------------ The PLP injects code into `settings.py` to alias every Heroku database URL config var. Every variable of the format `${NAME}_URL => postgres://` will be -added to the settings.DATABASES hash. +added to the `settings.DATABASES` hash. On an app with both a shared SHARED_DATABASE_URL and a dedicated -HEROKU_POSTGRESQL_RED_URL that is promoted to DATABASE_URL, settings will look -like: +HEROKU_POSTGRESQL_RED_URL that is promoted to DATABASE_URL, `settings.DATABASES` +will be: { 'DATABASE': {'ENGINE': 'psycopg2', 'NAME': 'dedicated', ...},