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