Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Python Google Cloud Datastore sample for Google App Engine Flexible Environment

This sample demonstrates how to use Google Cloud Datastore on Google App Engine Flexible Environment.

Setup

Before you can run or deploy the sample, you will need to enable the Cloud Datastore API in the Google Developers Console.

Running locally

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