Hi, I'm a web2py newbie. I setup a web2py app with sqlite in a server using wsgi. I decided to deploy it in GAE. I was successful in uploading the app. (thanks for making this very easy). But I notice that the contents of my sqlite database was not included. I don't have this problem when I setup the site in my server since I just download a packed version of the app and install it using the admin.
I tried exporting the tables from my server and importing it to GAE through appadmin which is one for suggested solutions. However, it doesn't retain the ids of each item and when used in tables with list:reference type fields, I get an error. I would appreciate it very much if you could inform me on how can this be done. Thanks in advance.

