Mention about running "heroku run python manage.py check --deploy"

This commit is contained in:
Saurabh Kumar 2015-04-26 22:11:32 +05:30
parent 91eb30da8c
commit c54628c90e

View File

@ -111,6 +111,7 @@ Run these commands to deploy the project to Heroku:
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