How do I delete all entities from my local Google App-engine datastore?

Posted by Jason Rikard on Stack Overflow See other posts from Stack Overflow or by Jason Rikard
Published on 2009-06-18T03:04:31Z Indexed on 2010/04/24 22:43 UTC
Read the original article Hit count: 149

How can I remove all entities or reset the local datastore on my dev_appserver? I accidentally recursively called a function to create an entity when testing.

I am using the Google App-engine SDK on Vista with Python.

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about google-datastore