2👍
git remote add heroku git@heroku.com:{YOUR_APP_NAME}.git
git config heroku.remote heroku
The app
being referred to here is not your django app, but your project name.
Source:stackexchange.com
2👍
git remote add heroku git@heroku.com:{YOUR_APP_NAME}.git
git config heroku.remote heroku
The app
being referred to here is not your django app, but your project name.