Update deployment-on-heroku.rst (#1630)

`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-05 09:28:46 +00:00 committed by Nikita Shupeyko
parent ec78d9ce97
commit 21dd198761

View File

@ -33,7 +33,6 @@ Run these commands to deploy the project to Heroku:
heroku config:set PYTHONHASHSEED=random
git push heroku master
heroku run python manage.py migrate
heroku run python manage.py check --deploy
heroku run python manage.py createsuperuser
heroku open