Hi. What I mean is is there an easier way to move all the entries from
my sqlite database (e.g list of auth_users) to  my GAE setup without
manually inserting them one by one using the appadmin?

On May 19, 3:24 pm, Massimo Di Pierro <[email protected]>
wrote:
> sqlite is not available on GAE. They do not provide the module.
>
> On May 19, 12:31 am, Ray Vincent Gomez <[email protected]>
> wrote:
>
>
>
>
>
>
>
> > 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.

Reply via email to