GAE doesn't work with sqlite, but with its own storage...... 
every data you stored in sqlite is not available.
If you want to migrate tables you can export them using appadmin while 
working on sqlite and then start the app in the GAE launcher and import the 
previously saved data into it.

On Thursday, March 28, 2013 11:41:11 AM UTC+1, Spring wrote:
>
> Hi there,
>
> After developing the app in Web2py IDE I'm trying to run it in GAE 
> launcher. Some issues encountered:
>
> 1. Two users created in database in IDE, register disabled. When firing up 
> the page, login page popped up as designed but I couldn't login with 
> existing user account (possibly because database not indexed yet). 
> Re-enable registration and create the account which is supposed to already 
> exist in database, succeeded and the logged in.  This basically means 
> database is empty now uder GAE launcher.
>
> 2. All pages created under auth.wiki() are gone. only showing '[wiki]' 
> tag. This is could be the same reason of database records since those pages 
> are stored in wiki page tables. 
>
> Can someone advise on the solutions? Thanks.
>
> Spring
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to