Thank you both for the replies. It looks like I should just use GAE's data mapper.
On Sat, Nov 28, 2009 at 6:52 AM, 诚子 <[email protected]> wrote: > You can't use db.py, > Just use the GAE models directly > > may be you need check the web2py's model > It's can work GAE. > > 2009/11/28 jlist9 <[email protected]> >> >> Hi all, >> >> I'm thinking of giving web.py a try on Google App Engine. >> I'm assuming the current version web.py works on GAE without modification. >> (please correct me if I'm wrong, though.) I'm aware that the templates >> need >> to be compiled to use on GAE. I know about the gsession patch. >> >> I'm just wondering if the db.py module also works on GAE? If not, >> what tools do you use to access the datastore? Or do you just use >> GQL directly? -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
