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