Search code examples
pythonpython-3.xgoogle-app-enginegoogle-cloud-platformgoogle-cloud-datastore

Google Cloud Datastore and Flask App Engine


How do I access entities defined in Google Cloud Datastore in my Flask App running on Google App Engine.

Are there any code samples ?

I know there is a walkthrough with python script to get it working from a VM. walkthrough. However, I am looking for getting this working in Google App-Engine.


Solution

  • I wrote sample app few months back, it would help you:

    https://github.com/rajendrakrp/Flask-Gae-Init