Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
c9be6958
Commit
c9be6958
authored
Oct 21, 2011
by
Noah Zoschke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Language -> Build
parent
3f95d9b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Readme.md
Readme.md
+8
-8
No files found.
Readme.md
View file @
c9be6958
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.
apps on Heroku.
If
`requirements.txt`
is present, the P
L
P considers the directory a Python app
If
`requirements.txt`
is present, the P
B
P considers the directory a Python app
with packages to install via pip.
with packages to install via pip.
Furthermore, if
`${PROJECT}/settings.py`
is present, the P
L
P considers the
Furthermore, if
`${PROJECT}/settings.py`
is present, the P
B
P considers the
directory a Python/Django app, and patches
`settings.py`
to parse the Heroku
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
DATABASE_URL config vars. It then sets default process types to use the Django
web server.
web server.
External
Language
Pack
External
Build
Pack
----------------------
----------------------
Cutting-edge development is taking place in this repo. To use this on Heroku,
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
`
BUILD
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
$ heroku config:add
BUILDPACK_URL=https://nzoschke:XXXXXXX@github.com/heroku/heroku-build
pack-python.git
On next push, slug-compiler will use this
L
P instead of the built-in one.
On next push, slug-compiler will use this
B
P instead of the built-in one.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment