From 75f5e801dcdd294f40bb89aba5a78883869f559d Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Wed, 18 May 2011 09:37:18 -0700 Subject: [PATCH] readme tweaks --- Readme.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index aa14a2c..3fc9a04 100644 --- a/Readme.md +++ b/Readme.md @@ -8,11 +8,23 @@ Django settings.py ------------------ Sets up a db for every ENV ${NAME}_URL => postgres:// var: - DATABASES["DATABASE"] - DATABASES["SHARED_DATABASE"] - DATABASES["HEROKU_POSTGRESQL_ONYX"] + + DATABASES["DATABASE"] + DATABASES["SHARED_DATABASE"] + DATABASES["HEROKU_POSTGRESQL_ONYX"] Aliases DATABASE_URL to default database: - DATABASES["default"] = DATABASES["DATABASE"] -Injected right after DATABASES = {...} \ No newline at end of file + DATABASES["default"] = DATABASES["DATABASE"] + +Injected right after DATABASES = {...} + +Hooks +----- + +Uses a Makefile for user-controlled hooks into slug compilation. +Target `environment` will be evald in the build script, allowing +custom exports. PIP_OPTS is passed to pip if set. + + environment: + export PIP_OPTS=--upgrade