Remove migrate command from docs

This commit is contained in:
Bruno Alla 2019-03-11 20:43:59 +00:00 committed by GitHub
parent 55e7ec64d8
commit fd9702c008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,6 @@ Run these commands to deploy the project to Heroku:
git push heroku master
heroku run python manage.py migrate
heroku run python manage.py createsuperuser
heroku run python manage.py collectstatic --no-input