Skip to content

Commit 4795062

Browse files
authored
Update app.json metadata (#243)
* Remove the `image` field, since the `heroku.yml` languages feature was sunset some time ago, and the language docker images no longer exist. * Add the `website` field so the Heroku Button deploy form links to the Getting started guide. See: https://devcenter.heroku.com/articles/heroku-button https://devcenter.heroku.com/articles/app-json-schema
1 parent a538e3c commit 4795062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Start on Heroku: Python",
33
"description": "A barebones Python app, which can easily be deployed to Heroku.",
4-
"image": "heroku/python",
54
"repository": "https://github.com/heroku/python-getting-started",
5+
"website": "https://devcenter.heroku.com/articles/getting-started-with-python",
66
"keywords": ["python", "django"],
77
"env": {
88
"DJANGO_SECRET_KEY": {

0 commit comments

Comments
 (0)