Hi Lukas, Thanks fo getting back to us! The settings.py file looks alright; if possible, would you mind double-checking the DB_HOST environment variable in app.yaml? It should be of the `/cloudsql/YOUR-CONNECTION-NAME` format (e.g. /cloudsql/my-project:us-central1:my-sql-instance). Additionally, for PostgreSQL instances, a *s.PGSQL.5432* suffix is required on the local socket path; *some packages, such as psycopg2, add this automatically, however, if you are using other connectors, you may have to add this manually.*
Also, if you do not mind me asking, what is the error message/code you receive when trying to access your Django App Engine application? Chen -- 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/8ac130ae-7692-4c9e-841f-863fa60634da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
