Actually, it's the interaction between the "manage.py shell" and the Development Console's "Datastore Viewer" that I'm getting the odd behavior on. The "interactive console" does not have the proper django context setup so it's not really usable for django interaction as far as I can tell (and so i tried "manage.py shell" for interactive python access to the datastore).
On Jan 27, 12:16 am, Dennis <[email protected]> wrote: > For those running App Engine Helper for Django, > has anyone gotten the "manage.py shell" to work consistently with the > Interactive Development Console webpage (http://localhost:8080/_ah/admin > ) ? > I'm getting strange behavior: entities created in manage.py shell > don't appear in the console webpage until I restart the app server > (manage.py runserver) and sometimes they don't appear at all. > Entities defined in manage.py shell can disappear completely from the > datastore after I exit the shell. I'm also getting similar behavior > when I create a new entity kind. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
