This sample code is used in this blog post. It demonstrates two data models using Google Cloud Datastore.
-
Create project with billing enabled on the Google Developers Console
-
Install the Google Cloud SDK and be sure to run
gcloud init
.
Install dependencies from requirements.txt
:
pip install -r requirements.txt
And run the samples:
python blog.py your-project-id
python wiki.py your-project-id