I've installed the Mac Launcher and started a new app using the appengine_django helper. All working well except that when I run the dev server from the launcher it uses a different datastore than when I start it from manage.py. For example, I run it from the launcher, create and save a couple of entities, and stop the dev server. I run it via manage.py and it complains about not being able to read datastore data. If I then create a save a couple of different entities it works fine. But using on method I am not able to see the data created using the other method. It seems they are using similar, but slightly different paths to their datastore. Any idea how to fix this? It's not the end of the world, but I do like the convenience of using the launcher, and also find it useful to drop into the manage.py shell. Doesn't help much if they use different datastore's..
Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
