From d8864f13c4d8a4c3c4fe0400af37fc15123bac2f Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Mon, 12 Sep 2011 17:28:39 -0700 Subject: [PATCH] readme update --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index c86b5f7..750bdcf 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ with packages to install via pip. Furthermore, if `${PROJECT}/settings.py` is present, the PLP considers the directory a Python/Django app, and patches `settings.py` to parse the Heroku DATABASE_URL config vars. It then sets default process types to use the Django -web server and console. +web server. External Language Pack ---------------------- @@ -18,4 +18,4 @@ set a `LANGUAGE_PACK_URL` config var with a fully authenticated URL to this repo $ heroku config:add LANGUAGE_PACK_URL=https://nzoschke:XXXXXXX@github.com/heroku/language-pack-python.git -On next push, slug-compiler will use this LP instead of the built-in one. \ No newline at end of file +On next push, slug-compiler will use this LP instead of the built-in one.