Are you getting the error on your local development server or on
production?  I expect you probably have issues deploying, since your
app id is "SymPullCDN" -- it should be all lower case.

Does anything show up in your logs?



Robert



On Mon, Feb 21, 2011 at 04:39, burg <burga...@gmail.com> wrote:
> i'm getting "Server Error" when trying to access Datastore Admin.
> Can anyone please help?
>
> My app.yaml:
> application: SymPullCDN
> version: 5
> runtime: python
> api_version: 1
>
> builtins:
> - datastore_admin: on
>
> handlers:
> - url: /admin_console/.*
>  script: $PYTHON_LIB/google/appengine/ext/admin
>  login: admin
>
> - url: /remote_api
>  script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
>  login: admin
>
> - url: .*
>  script: main.py
>
> admin_console:
>  pages:
>  - url: /admin_console/
>    name: "Admin_console"
>
> --
> 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 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
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 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to