How do I delete all entities from my local Google App-engine datastore?
- by Jason Rikard
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.