From fd9702c008d3aaa2234baea0d744f8e2ffd3991b Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 11 Mar 2019 20:43:59 +0000 Subject: [PATCH] Remove migrate command from docs --- 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 f753aa5a4..5acb44faa 100644 --- a/docs/deployment-on-heroku.rst +++ b/docs/deployment-on-heroku.rst @@ -47,7 +47,6 @@ Run these commands to deploy the project to Heroku: git push heroku master - heroku run python manage.py migrate heroku run python manage.py createsuperuser heroku run python manage.py collectstatic --no-input