This sample demonstrates how to use Google Cloud Datastore on Google App Engine Flexible Environment.
Before you can run or deploy the sample, you will need to enable the Cloud Datastore API in the Google Developers Console.
Refer to the top-level README for instructions on running and deploying.
When running locally, you can use the Google Cloud SDK to provide authentication to use Google Cloud APIs:
$ gcloud init
Set the GCLOUD_PROJECT environment variable to your Project ID before starting your application:
$ export GCLOUD_PROJECT=[your-project-id]
$ python main.py