I run my application locally using dev_appserver.py
using the following command
dev_appserver.py mydir --port=xxxx
Is there a way to delete all the local data
generated by app engine server.
Currently, I go to localhost:8000/datastore, and delete entity groups manually.
- IS there a way to automate it
- Where does dev_appserver.py write local data to? (File or directory? may be in can delete that)