From 105f18efd09a49b86dea384d369c6946a9cc4e3d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 14 May 2018 08:39:46 +0100 Subject: [PATCH] Update deployment on Heroku to run migrations - refs #1646 --- docs/deployment-on-heroku.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment-on-heroku.rst b/docs/deployment-on-heroku.rst index 203d2ce0b..982168fc7 100644 --- a/docs/deployment-on-heroku.rst +++ b/docs/deployment-on-heroku.rst @@ -33,6 +33,7 @@ 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