Hi, I am right now working in a project where I have two GAE servers. One for development, and the other one for production.
So I needed to access the datastore to run some queries because I need some high level information about the entities we have. The way I did on the development server was by the " URL/_ah/admin ", and there I used the Interactive Console to run my queries in the server. But the reality is obviously that I need to run that queries in my production server, I tried to acces there the same way by "myapp.appspot.com/admin/interactive" but I am getting a "Page not found", I cant acces either with " URL/_ah/admin ". So I looking for the easiest way for me to be able to run that queries, by now it seems that I have found two posible ways that I would like to check with you. - First, it seems that I could active that Interactive Console by: - url: /admin/.* script: google.appengine.ext.admin.application login: admin And then I would have acces on the URL "myapp.appspot.com/admin/interactive". Is that correct? - Second, I have also read about the remote_api and using the remote_shell as an Interactive Console with the server. Would that be harder? Can someone of you link me a guide to do that? I havent tried anything yet, because I must be sure of what I am going to do since this is a live project. Thanks a lot, Jose. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/P381qvTgQuMJ. 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.
