Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
4eb5b5cb
Commit
4eb5b5cb
authored
13 years ago
by
Craig Kerstiens
Browse files
Options
Downloads
Patches
Plain Diff
updating readme
parent
aeb8fb76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+10
-6
10 additions, 6 deletions
Readme.md
with
10 additions
and
6 deletions
Readme.md
+
10
−
6
View file @
4eb5b5cb
...
...
@@ -3,6 +3,8 @@ Python Build Pack
The Python Build Pack (PBP) is a build pack for running Python and Django
apps on Heroku.
## Usage
If
`requirements.txt`
is present, the PBP considers the directory a Python app
with packages to install via pip.
...
...
@@ -11,11 +13,13 @@ 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 Build Pack
----------------------
Cutting-edge development is taking place in this repo. To use this on Heroku,
set a
`BUILDPACK_URL`
config var with a fully authenticated URL to this repo:
$ heroku config:add BUILDPACK_URL=https://nzoschke:XXXXXXX@github.com/heroku/heroku-buildpack-python.git
## Hacking
To change this buildpack, fork it on GitHub. Push up changes to your
fork, then create a test app with
`--buildpack YOUR_GITHUB_URL`
and
push to it. If you already have an existing app you may use
`heroku config add BUILDPACK_URL=YOUR_GITHUB_URL`
instead.
For example, you could adapt it to use pypy at build time.... to be continued
On next push, slug-compiler will use this BP instead of the built-in one.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment