Commit 75f5e801 authored by Noah Zoschke's avatar Noah Zoschke

readme tweaks

parent fcae5381
...@@ -8,11 +8,23 @@ Django settings.py ...@@ -8,11 +8,23 @@ Django settings.py
------------------ ------------------
Sets up a db for every ENV ${NAME}_URL => postgres:// var: Sets up a db for every ENV ${NAME}_URL => postgres:// var:
DATABASES["DATABASE"]
DATABASES["SHARED_DATABASE"] DATABASES["DATABASE"]
DATABASES["HEROKU_POSTGRESQL_ONYX"] DATABASES["SHARED_DATABASE"]
DATABASES["HEROKU_POSTGRESQL_ONYX"]
Aliases DATABASE_URL to default database: Aliases DATABASE_URL to default database:
DATABASES["default"] = DATABASES["DATABASE"]
Injected right after DATABASES = {...} DATABASES["default"] = DATABASES["DATABASE"]
\ No newline at end of file
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment