realpython / book2-exercises

Book 2 -- Exercises for the book
168 stars 203 forks source link

Change to Heroku commands, Book 2 Page 285 #32

Closed christopher-hartley closed 9 years ago

christopher-hartley commented 9 years ago

When I try to execute

heroku addons:add heroku-postgresql:dev

I receive the following error:

WARNING: heroku addons:add has been deprecated. Please use heroku addons:create instead. ! That add-on plan is only available to select users.

I could still fire up my app, login, add, remove, and mark tasks as complete. I'm not sure how the Postgres db fits in, but mine still worked. Just wanted to make everyone aware!

mjhea0 commented 9 years ago

Thanks! This had been updated and it will be part of the next release.