Update deployment-on-heroku.rst

This commit is contained in:
Patrick Tran 2023-01-24 14:51:55 -08:00 committed by GitHub
parent 66b3468828
commit 7a3c750ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Run these commands to deploy the project to Heroku:
.. code-block:: bash
heroku create --buildpack heroku/python
heroku addons:create heroku-postgresql:mini
# On Windows use double quotes for the time zone, e.g.
# heroku pg:backups schedule --at "02:00 America/Los_Angeles" DATABASE_URL