Hi Lukas, It is a little difficult to say for sure where your app goes wrong with the information you have provided. If possible, can you post (or contact me directly if you prefer) your `settings.py`? Thanks.
Chen On Friday, October 12, 2018 at 6:49:11 AM UTC-7, Lukas Elsner wrote: > > Hi :) > Thank you for your answer. I am actually not using Node.js. > This is a Django (Python) application. > I tried everything Google mentions in the documentation. > Still no luck with DB-Connection :( > > > Cheers > Lukas > > > On Fri, 12 Oct 2018 at 15:29, 'George (Cloud Platform Support)' via > Google App Engine <[email protected] <javascript:>> wrote: > > > > Hello Lukas, > > > > You should concentrate on your node.js code, rather than on app.yaml > configuration, and beta settings. The "Using Cloud SQL for PostgreSQL" > documentation page instructs on how to set environment variables, add > environment variables in app.standard.yaml file, and add a Node.js > PostgreSQL client library to your application's package.json. Sample code > is also provided. > > > > -- > > You received this message because you are subscribed to the Google > Groups "Google App Engine" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at https://groups.google.com/group/google-appengine. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/52efb810-3a5d-4aa6-9371-d0e446e470e7%40googlegroups.com. > > > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/39143752-4f4d-4d89-850b-cf068b495ec5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
