ehmatthes / django-simple-deploy

A reusable Django app that configures your project for deployment
BSD 3-Clause "New" or "Revised" License
307 stars 26 forks source link

Update Heroku, in response to non-auto-provisioning of databases. #276

Closed ehmatthes closed 10 months ago

ehmatthes commented 10 months ago

Heroku no longer auto-provisions Postgres databases. This PR tells users to create a database after running heroku create. If they don't, it generates a database for them. This is also handled during --automate-all runs.