Does anyone know how to delete all datastore in Google App Engine?
You can clear the development server datastore when you run the server:
/path/to/dev_appserver.py --clear_datastore=yes myapp
You can also abbreviate --clear_datastore with -c.
--clear_datastore
-c