From 21dd1987615d5df09658c60131232e539def71e3 Mon Sep 17 00:00:00 2001 From: Marlon Date: Sat, 5 May 2018 09:28:46 +0000 Subject: [PATCH] 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 --- 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 7ce94d05..1f249c44 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