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
d43f1d6a
Commit
d43f1d6a
authored
May 18, 2011
by
Noah Zoschke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
external LP readme
parent
64ae2f21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Readme.md
Readme.md
+9
-0
No files found.
Readme.md
View file @
d43f1d6a
...
@@ -11,6 +11,15 @@ directory a Python/Django app, and patches `settings.py` to parse the Heroku
...
@@ -11,6 +11,15 @@ 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 and console.
web server and console.
External Language 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:
$ heroku config:add LANGUAGE_PACK_URL=https://nzoschke:XXXXXXX@github.com/heroku/language-pack-python.git
On next push, slug-compiler will use this LP instead of the built-in one.
Compile Hooks
Compile Hooks
-------------
-------------
The PLP uses a Makefile for user-controlled hooks into slug compilation. If
The PLP uses a Makefile for user-controlled hooks into slug compilation. If
...
...
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