Commit 1588ea44 authored by Kenneth Reitz's avatar Kenneth Reitz

Update Readme.md

parent 3cc9098e
...@@ -35,7 +35,7 @@ Example usage: ...@@ -35,7 +35,7 @@ Example usage:
You can also add it to upcoming builds of an existing application: 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 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. 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.
......
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