From 620a145c15a94cf53ddc085e99da7b1702af4e5a Mon Sep 17 00:00:00 2001 From: yunti Date: Mon, 11 Mar 2019 18:10:16 +0000 Subject: [PATCH] Update deployment docs for heroku As per #1951 --- docs/deployment-on-heroku.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment-on-heroku.rst b/docs/deployment-on-heroku.rst index f753aa5a4..80122bdbe 100644 --- a/docs/deployment-on-heroku.rst +++ b/docs/deployment-on-heroku.rst @@ -47,7 +47,7 @@ Run these commands to deploy the project to Heroku: git push heroku master - heroku run python manage.py migrate + # no need to run migrations as this is configured to run automatically in the heroku procfile heroku run python manage.py createsuperuser heroku run python manage.py collectstatic --no-input