Skip to content

Instantly share code, notes, and snippets.

Created February 11, 2010 03:48
Show Gist options
  • Save anonymous/301190 to your computer and use it in GitHub Desktop.
Save anonymous/301190 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