On Jul 14, 11:07 am, Bernard Matthews <[email protected]> wrote: > I've been developing on OSX and I'm having a problem that I didn't > have on windows. All the data that's been entered into the datastore > gets deleted when I restart the computer. This means I've been stuck > re-entering test data over and over, and it's a big problem. > > Is there a setting I can change? Is it meant to be like this? > > Any help would be great, I've been struggling with this for ages and I > haven't been able to find anyone else with the same problem.
By default, the datastore file is in /tmp, which gets cleaned on reboot. You can specify a different location for it with the -- datastore_path option to dev_appserver.py. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
