Update Readme.md

This commit is contained in:
Kenneth Reitz
2012-05-30 05:07:37 -03:00
parent 1588ea44b2
commit 538ef6e378
+1 -1
View File
@@ -35,7 +35,7 @@ Example usage:
You can also add it to upcoming builds of an existing application:
$ heroku config BUILDPACK_URL=git@github.com:heroku/heroku-buildpack-python.git
$ heroku config:add BUILDPACK_URL=git@github.com:heroku/heroku-buildpack-python.git
The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. It will detect your app as Python/Django if there is an additional `settings.py` in a project subdirectory.