From d8bfb30f29279a11db4d51697e27a7030e8c2b53 Mon Sep 17 00:00:00 2001 From: Marlon Date: Fri, 4 May 2018 01:08:56 +0000 Subject: [PATCH] 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 --- docs/deployment-on-heroku.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/deployment-on-heroku.rst b/docs/deployment-on-heroku.rst index 7ce94d053..1f249c44c 100644 --- a/docs/deployment-on-heroku.rst +++ b/docs/deployment-on-heroku.rst @@ -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