Noah Zoschke 75f5e801dc readme tweaks
2011-05-18 09:37:18 -07:00
2011-05-18 08:05:00 -07:00
2011-05-18 09:18:37 -07:00
2011-05-18 09:37:18 -07:00

virtualenv

pip

Django settings.py

Sets up a db for every ENV ${NAME}_URL => postgres:// var:

DATABASES["DATABASE"]
DATABASES["SHARED_DATABASE"]
DATABASES["HEROKU_POSTGRESQL_ONYX"]

Aliases DATABASE_URL to default database:

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
S
Description
No description provided
Readme MIT 56 MiB
Languages
Shell 92.5%
Ruby 4%
Makefile 2.2%
Dockerfile 1.3%