mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-05-02 06:13:52 +03:00
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:
commit
4abd083c64
|
@ -46,7 +46,7 @@ Run these commands to deploy the project to Heroku:
|
||||||
# Assign with AWS_STORAGE_BUCKET_NAME
|
# Assign with AWS_STORAGE_BUCKET_NAME
|
||||||
heroku config:set DJANGO_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
|
heroku run python manage.py createsuperuser
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user