Don't provision a Postgres database by default #203
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
requirements.txtis commented out, which is what the Python buildpack uses to determine whether to auto-provision), so that it's possible to try the main part of the guide without incurring any additional charges beyond the eco dyno plan.app.jsontoo, which prevents it from being auto-provisioned for Review Apps too.dbview function, to try and help prevent confusion due to errors on Heroku from the DB not being auto-provisioned.psycopg2topsycopg, which counter-intuitively is newer (psycopgis the v3 implementation of the adapter). The binary version of the package is now also used when not in production, to speed up local installation and reduce the chance of running into library/header issues.HerokuDiscoverRunnercustom test runner and databaseTESToptions have been removed.releaseprocess entry has been added (commented out) toProcfile, which runs the Django DB migrations using the Heroku Release Phase feature.The Python Getting Started guide on Heroku Dev Center will need to be updated at the same time as this is merged.
GUS-W-13152716.