mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Merge pull request #3211 from raybesiga/patch-1
Shorthand for the officially supported buildpack
This commit is contained in:
commit
417222bc6d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user