-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial commit from datastore-samples #1
Conversation
PTAL @jeffmendoza |
|
||
``` | ||
git clone https://github.com/GoogleCloudPlatform/datastore-pthon-samples.git | ||
cd datastore-python-samples/ndb-overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be cd datastore/ndb/overview
``` | ||
git clone https://github.com/GoogleCloudPlatform/datastore-samples.git | ||
cd datastore-samples/python/ndb/transactions | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same changes needed here
@jeffmendoza I merged the READMEs for the three datastore directories since they were so similar. We can add more subdirectory specific READMEs later if we want. |
@@ -1,188 +0,0 @@ | |||
# Copyright 2015 Google Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like main.py got deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ruhoh was not intended. I'll grab it again
Btw, Looks like you're doing git commits with and email that is not associated with your github account (or any account). That is why it is the grey cat you can't click on. |
Yeah, I'm commiting from my google account, because I haven't changed my config from when I was doing Git-on-Borg stuff. Thanks for the heads-up |
closing as obsolete |
Service Directory python doc samples
add python code
…bility Handling Issue GoogleCloudPlatform#11248
PTAL @GoogleCloudPlatform/devrel-samples
After this is merged GoogleCloudPlatform/datastore-samples should be safe to delete