Merge pull request #3211 from raybesiga/patch-1

Shorthand for the officially supported buildpack
This commit is contained in:
Fábio C. Barrionuevo da Luz 2021-06-05 17:00:24 -03:00 committed by GitHub
commit 417222bc6d
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.