I was just looking at the "Setting up" section of the python Appstats
documentation:

http://code.google.com/appengine/docs/python/tools/appstats.html#Setting_Up_the_Administrative_Interface

I think the app.yaml example code is slightly wrong. The documentation
says the app.yaml builtin instruction is:

builtins:
- appstats

But I believe it should be:

builtins:
- appstats: on

At least that's what worked for me.


-- 
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-appeng...@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