Please would it be possible to update the app.yaml file with the following 
information and see what is the behavior.

App.yaml

----------------------

#[START RUNTIME]

runtime: python

env: flex

entrypoint: gunicorn -b :$PORT mysite.wsgi

runtime_config:

python_version: 3

#[END RUNTIME]


Please check the following sample django documentation and cross reference 
the app.yaml in your environment.

https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/flexible/hello_world_django


Also, it would be really helpful it you could also check the following 
documentation to configure the app.yaml with version 3 for runtime 
configuration.

https://cloud.google.com/appengine/docs/flexible/python/runtime


Another possibility is to try and deploy the file in a different location 
with two versions for run-time interpreter, version 3 and 3.5, see which 
one is actually working for you. Thanks. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/50cd38d7-c77f-42df-883b-e756c9d45e05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to