Merge pull request #4954 from PatDuJour/patch-1

Use main over master for branch name in deployment-on-heroku instruction
This commit is contained in:
Jelmer 2024-04-02 18:41:12 +02:00 committed by GitHub
commit 4abd083c64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ Run these commands to deploy the project to Heroku:
# Assign with AWS_STORAGE_BUCKET_NAME
heroku config:set DJANGO_AWS_STORAGE_BUCKET_NAME=
git push heroku master
git push heroku main
heroku run python manage.py createsuperuser