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 [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.