Google App Engine & Django Sandbox: Shell and Web seem to be using different datastores?
- by tones
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…