From c9be6958df78e56dadc793c66740f4ba64114cf3 Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Fri, 21 Oct 2011 13:00:06 -0700 Subject: [PATCH] Language -> Build --- Readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 750bdcf..0ed3ff5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,21 +1,21 @@ -Python Language Pack +Python Build Pack ==================== -The Python Language Pack (PLP) is a language pack for running Python and Django +The Python Build Pack (PBP) is a build pack for running Python and Django apps on Heroku. -If `requirements.txt` is present, the PLP considers the directory a Python app +If `requirements.txt` is present, the PBP considers the directory a Python app with packages to install via pip. -Furthermore, if `${PROJECT}/settings.py` is present, the PLP considers the +Furthermore, if `${PROJECT}/settings.py` is present, the PBP 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. -External Language Pack +External Build Pack ---------------------- Cutting-edge development is taking place in this repo. To use this on Heroku, -set a `LANGUAGE_PACK_URL` config var with a fully authenticated URL to this repo: +set a `BUILDPACK_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 + $ heroku config:add BUILDPACK_URL=https://nzoschke:XXXXXXX@github.com/heroku/heroku-buildpack-python.git -On next push, slug-compiler will use this LP instead of the built-in one. +On next push, slug-compiler will use this BP instead of the built-in one. \ No newline at end of file