Anyone get Appstats working on aepatch?
Appstats was added to 1.3.1 gae release:
http://code.google.com/appengine/docs/python/tools/appstats.html

I followed the appstats instructions and the normal django server ran
without problems
and seems to show some appstat info in the logs.

But when i try the admin page, I get an undefined name 'config' :
http://localhost:8000/stats

A simple attempt to fix it was to use the setup from manage.py in
appengine_config.py:

    from common.appenginepatch.aecmd import setup_env
    setup_env(manage_py_env=True)

which gives me a new error:
SystemError: Parent module 'django.core.handlers' not loaded

So, can't see the results of the data collection...

-- 
You received this message because you are subscribed to the Google Groups 
"app-engine-patch" 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/app-engine-patch?hl=en.

Reply via email to