Hello. I was doing the AddressBookTutorial and I’m wondering how to use theGAEContainer plugin to store the addressbook in the GAE Datastore while still keeping the original implementation. What is the minimum I need to add or change to accomplish this?
Thank you for you help.
ED: Specifically, I was trying to extend the PersonContainer object so that it uses GAEContainer instead of BeanContainer. That breaks the Search filter, unfortunately.
ED2: It also breaks the PersonForm, too, I just noticed.