Skip to content

Instantly share code, notes, and snippets.

@sherbondy
Forked from anonymous/gist:301190
Created February 11, 2010 03:49
Show Gist options
  • Select an option

  • Save sherbondy/301193 to your computer and use it in GitHub Desktop.

Select an option

Save sherbondy/301193 to your computer and use it in GitHub Desktop.

Revisions

  1. sherbondy renamed this gist Feb 11, 2010. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @invalid-email-address Anonymous created this gist Feb 11, 2010.
    4 changes: 4 additions & 0 deletions gistfile1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    from google.appengine.ext import db

    q = db.GqlQuery("SELECT __key__ FROM College")
    db.delete(q)