views:

33

answers:

1

What is the best way to get something similar to django-debug-toolbar working on Google App Engine? At least I want to log all GQL at my local development environment. I am using django-nonrel + djangoappengine + djangotoolbox.

I tried:

+3  A: 

You need Appstats, which comes with the App Engine Python SDK.

Daniel Roseman