mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Update deployment on Heroku to run migrations - refs #1646
This commit is contained in:
parent
c3baadd8c7
commit
105f18efd0
|
@ -33,6 +33,7 @@ Run these commands to deploy the project to Heroku:
|
||||||
heroku config:set PYTHONHASHSEED=random
|
heroku config:set PYTHONHASHSEED=random
|
||||||
|
|
||||||
git push heroku master
|
git push heroku master
|
||||||
|
heroku run python manage.py migrate
|
||||||
heroku run python manage.py check --deploy
|
heroku run python manage.py check --deploy
|
||||||
heroku run python manage.py createsuperuser
|
heroku run python manage.py createsuperuser
|
||||||
heroku open
|
heroku open
|
||||||
|
|
Loading…
Reference in New Issue
Block a user