请问在 GCP 上的 App Engine ,使用 django 架站,要使用 memcache,
requirements.txt 需要加入哪个 package?
from google.appengine.api import memcache
这行一直出错,local 端可以下载 google-cloud-sdk 去 call 里面的 package,但是
在 GCP 要如何做? 感谢
有参考这篇
https://github.com/GoogleCloudPlatform/getting-started-python/issues/94
在我的 requirements.txt 加入
google-cloud==0.19.0
gunicorn==19.6.0
oauth2client==3.0.0
googleapis-common-protos==1.3.5
还是不行