vote up 2 vote down star

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.

flag

1 Answer

vote up 4 vote down check
dev_appserver.py --clear_datastore myapp

See here for more info.

link|flag
Wow, looked over that for sure. Thank you – Jason Rikard Jun 18 at 3:08
Not to worry; happens to us all. – Adam Bernier Jun 18 at 3:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.