On Jan 19, 10:57 pm, Adam Oakman <[email protected]> wrote: > I ran into similar issues at one point. I wanted to share the same datastore > between the shell and server and kept getting a similar error. My solution > was to modify the settings.py and specify the datastore_path in > DATABASE_OPTIONS. Though you need to be on 1.1 rc for it to work, though it > does perfectly meet my needs. > > DATABASE_OPTIONS = { > 'datastore_path': '/mypath', > 'history_path': '/mypath/history', > > }
Thanks for that Adam, I'll give it a try. How can I tell where the server is keeping it's data store?
-- You received this message because you are subscribed to the Google Groups "app-engine-patch" 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/app-engine-patch?hl=en.
