Nothing as long as: 1) you do not use joins in queries 2) you do not user OR in queries 3) you do not use LIKE in queries 4) you do not do date/datetime manipulations in queries. because these functionality are not supported in GAE.
Massimo On Sep 8, 8:36 am, Carlos Aboim <[email protected]> wrote: > Hi > It worked very smooth > I am planning to upload my app to GAE, with that change whould run on it? > > thank you > CA > > 2009/9/8 Vidul Petrov <[email protected]> > > > > > Hi, > > > Just create the file "routes.py" (there is an example file called > > "routes.example.py" that can be copied). > > Then edit the routes_in like this: > > > routes_in = ( > > ('/', '/records/default/index'), > > ) > > > That's it. > > > On Sep 8, 12:52 pm, Carlos Aboim <[email protected]> wrote: > > > Hi everyone, > > > I know if I call my app init that will be the default app. > > > > But can I have the same default app with a name choosen my be?? > > > > Not welcome or init, perhaps records > > > > thanks > > > Carlos Aboim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

