Hi,

A recent change to the admin module introduced an error that breaks the SDK
admin console when running on App Engine.

The advantage to running the SDK admin console on App Engine is to have an
interactive Python console to run one off queries/commands (this is why the
admin modules must be restricted to admin only login!).

I would suggest uploading shell.py with your app to run interctive commands,
and use the App Engine Admin Console to view the datastore.  shell.py can be
downloaded here: http://code.google.com/p/google-app-engine-samples/

Give it a test run at: http://shell.appspot.com

-Marzia

On Fri, Oct 10, 2008 at 4:52 AM, Hector Zhao <[EMAIL PROTECTED]> wrote:

>
> In fact, I tried using it, but it stopped to work since some days ago,
> always showing:
>
> 500 BadRequestError: app <application-id> cannot call GetSchema
>
> I searched the group, and found an early post at:
> http://groups.google.com/group/google-appengine/msg/e770ceefa2c26d54
>
> where Marzia said: "The admin is meant only for use with the
> development web server.  For your deployed application, visit
> http://appengine.google.com and sign in with your administrator
> account to view your logs, datastore, and administrative information.
> "
>
> but the docs at:
>
> http://code.google.com/appengine/docs/configuringanapp.html#Referring_to_the_Python_Library_Directory
>
> it says: "For example, $PYTHON_LIB/google/appengine/ext/admin is an
> administrative application similar to the developer console feature of
> the development web server that can run as part of your application on
> App Engine itself. To set it up, ..."
>
> So which one is right?
>
> Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to