I am employing my Django website into Heroku.
I followed:
a) heroku login
b) heroku create
Which produces:
Creating app... done, ⬢ enigmatic-ridge-36610
https://enigmatic-ridge-36610.herokuapp.com/ | https://git.heroku.com/enigmatic-ridge-36610.git
c) heroku addons:create heroku-postgresql:hobby-dev
Which produces:
Creating heroku-postgresql:hobby-dev on ⬢ morning-gorge-61422... ! ▸ Couldn't find that app.
I tried this guide: "Couldn't find that app." when running heroku commands in console
But it did not work