[Answer]-Issues deploying django [django, git, heroku]

1👍

✅

Yes – check out Heroku’s Dev Center. The article tells you how to do it:
git push heroku yourbranch:master

As for the add-on, just specify the app. So something like

heroku addons:add cloudamqp:panda -a myappname

Leave a comment