[Answered ]-Heroku syncdb for existing Django project with multiple apps

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.

Leave a comment