Skip to content

Instantly share code, notes, and snippets.

@sherbondy
Forked from anonymous/gist:301190
Created February 11, 2010 03:49
Show Gist options
  • Save sherbondy/301193 to your computer and use it in GitHub Desktop.
Save sherbondy/301193 to your computer and use it in GitHub Desktop.
from google.appengine.ext import db
q = db.GqlQuery("SELECT __key__ FROM College")
db.delete(q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment