Update deployment-on-heroku.rst

`heroku python manage.py migrate` no longer necessary, since it's now run by the release process in the Procfile. Related to https://github.com/pydanny/cookiecutter-django/pull/1615
This commit is contained in:
Marlon 2018-05-04 01:08:56 +00:00 committed by GitHub
parent f22f8e3716
commit d8bfb30f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ 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