| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Tweaked a few placeholder names for variables users should change before testing/deploying. Also updated environment variable that changed because of flex beta 2.
| # to the instance | ||
| DATABASES['default']['HOST'] = '/cloudsql/<your-cloudsql-connection-string>' | ||
| if os.getenv('GAE_APPENGINE_HOSTNAME'): | ||
| if os.getenv('GAE_INSTANCE'): |
There was a problem hiding this comment.
I think this change only makes sense if you switch it to env: flex, which we haven't done yet?
Sorry, something went wrong.
There was a problem hiding this comment.
Wow yes we have...was it broken before?
Sorry, something went wrong.
There was a problem hiding this comment.
not sure. Once I finish updating the tutorial I'm gonna go through it end-to-end to make sure it all works.
Sorry, something went wrong.
* feat: Add support for python 3.11 chore: Update gapic-generator-python to v1.8.0 PiperOrigin-RevId: 500768693 Source-Link: googleapis/googleapis@190b612 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7bf29a414b9ecac3170f0b65bdc2a95705c0ef1a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2JmMjlhNDE0YjllY2FjMzE3MGYwYjY1YmRjMmE5NTcwNWMwZWYxYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * require proto-plus 1.22.2 for python 3.11 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(deps): update dependency pandas to v1.4.0 * add pandas pin for python 3.7 * adjust pin Co-authored-by: Anthonios Partheniou <partheniou@google.com>
| Back | FazBrowse Home | New Git URL |
Tweaked a few placeholder names for variables users should change before testing/deploying. The tutorial is now going to ask them to create a non-root username/password. Also updated environment variable that changed because of flex beta 2.