After I've stop using Google App Engine on my local database for testing, I will come back a few days later and it has removed/deleted my local datastore.
How can I get it to stop doing this? I have a large data set locally that I use for testing before deploying it and I don't want to recreate this every time I go to work on something.
There is a checkbox in the Settings called "clear datastore on launch:, but this is unchecked.
I am using the python backend. Where is the local datastore stored? Is it in some tmp directory that keeps getting cleared?