I am new to Django and the Google App Engine, and use the sandbox in OSX10.6 with GoogleAppEngineLauncher. I have a basic “bookstore” application launched from a tutorial in OReilly's book “Google App Engine Programming”.
Here's the error: if I add a new object to the data store via the web interface, then it is read through the web interface, but it does not seem to exist if I request the data store through the shell. And vice versa: if I add an object to the shell, I can read it from the shell, but it does not appear in the web interface.
Bound curio: all data disappears from both data stores when my computer reboots.
Any thoughts or theories would be welcome. Thank!
= T =
tones source
share