Google App Engine & Django Sandbox: Shell and Web seem to be using different datastores?

Posted by tones on Stack Overflow See other posts from Stack Overflow or by tones
Published on 2010-04-15T19:29:35Z Indexed on 2010/04/15 19:33 UTC
Read the original article Hit count: 111

I'm new to both Django and Google App Engine, and am using a sandbox in OSX10.6 with the GoogleAppEngineLauncher. I've got a basic "bookstore" application running from the tutorial in the OReilly "Programming Google App Engine" book.

Here's the bug: If I add a new object to the datastore through the web interface, then it's readable through the web interface, but does not appear to exist if I query the datastore through the shell. Vice versa: If I add an object in the shell, then I can read it from the shell, but it doesn't appear in the web interface.

Any thoughts or theories would be welcome. Thanks!

=T=

© Stack Overflow or respective owner

Related posts about django

Related posts about google