Update deployment docs for heroku

As per #1951
This commit is contained in:
yunti 2019-03-11 18:10:16 +00:00 committed by GitHub
parent 6e72169ffe
commit 620a145c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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