I've got a Google Wave python robot running with an existing django app engine web app.
All works well apart from one thing, for some reason I am unable to access my datastore which is the same datastore for the django webapp.
I want to read data and store data to the django datastore from the robot.
What can I do?