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
01d15d4d
Commit
01d15d4d
authored
13 years ago
by
Kenneth Reitz
Browse files
Options
Downloads
Patches
Plain Diff
fix links
parent
6655794b
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
+2
-2
2 additions, 2 deletions
Readme.md
with
2 additions
and
2 deletions
Readme.md
+
2
−
2
View file @
01d15d4d
...
...
@@ -14,7 +14,7 @@ Example usage:
$ ls
Procfile requirements.txt web.py
$ heroku create --stack cedar --buildpack git
@
github.com
:
heroku/heroku-buildpack-python.git
$ heroku create --stack cedar --buildpack git
://
github.com
/
heroku/heroku-buildpack-python.git
$ git push heroku master
...
...
...
@@ -35,7 +35,7 @@ Example usage:
You can also add it to upcoming builds of an existing application:
$ heroku config:add 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.
...
...
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