Shorthand for the official supported buildpack

Replacing the Github link with the Heroku shorthand defined for the officially supported buildpack.
This commit is contained in:
Ray Besiga 2021-06-05 22:02:57 +03:00 committed by GitHub
parent f1b9e070a0
commit e3c646f726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Run these commands to deploy the project to Heroku:
.. code-block:: bash
heroku create --buildpack https://github.com/heroku/heroku-buildpack-python
heroku create --buildpack heroku/python
heroku addons:create heroku-postgresql:hobby-dev
# On Windows use double quotes for the time zone, e.g.