Deploying Django app on Heroku
hariselva | Feb. 8, 2020, 4 a.m.

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