Deploying a Django app on Heroku
git add .
git commit -am ""
git push heroku master
heroku run python manage.py migrate
Run locally:
heroku local web -f Procfile.windows