On Nov 25, 5:01 am, sharekey <[EMAIL PROTECTED]> wrote: > I try your code, it work well, I can select records > fromhttp://127.0.0.1:8080/myapp/appadmin/select/db/mytablenow. I find the > two modifications in select function is : > 1) Replace "query='%s.id>0' % table" with "query = dbname + '.' + > table + '.id>0'"
Thanks, I forgot about that one. So I made 4 changes total. :-) BTW, you can require secure access to appadmin on the deployment GAE server by adding this handler to your app.yaml file: - url: /(?P<a>.+?)/appadmin.* script: gaehandler.py login: admin secure: always I haven't tested this yet, but it *should* work. :-) --Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---