You can just go to app.yaml and under the skip files section, delete this line :- (applications/(admin|examples)/.*)| or comment it out. If you are trying out the Google SDK on localhost , you will be able to see admin section and examples section , which you were not able to see till now and after deploying it on GAE on the web, you will have to use https://yoursite.appspot.com instead of http to access the admin section.
On Mon, Sep 6, 2010 at 9:01 PM, leo kirotawa <kirot...@gmail.com> wrote: > Ok, > thanks so much Massimo. > > > On Mon, Sep 6, 2010 at 12:24 PM, mdipierro <mdipie...@cs.depaul.edu>wrote: > >> By default admin/examples and welcome are not deployed on gae to save >> space. You can change this by editing app.yaml >> >> On Sep 6, 9:49 am, leo kirotawa <kirot...@gmail.com> wrote: >> > Thanks Massimo, >> > But, Why the app example oes not work either? It'll be for the same >> > reason? >> > >> > >> > >> > On Mon, Sep 6, 2010 at 10:14 AM, mdipierro <mdipie...@cs.depaul.edu> >> wrote: >> > > I am not sure anybody is maintaining that wiki any longer. Here is the >> > > most updated information about running on GAE >> > >> > >http://web2py.com/book/default/chapter/11#Google-App-Engine >> > >> > > there are other good tutorials online. >> > >> > > admin - by default - is not deployed on GAE because it does not work >> > > (since GAE does allow writing on filesystem) >> > > and therefore "invalid request" is to be expected. >> > >> > > On Sep 5, 11:09 pm, "leo (kirotawa)" <kirot...@gmail.com> wrote: >> > > > Hi, >> > >> > > > I was testing web2py on google app engine, follow the first steps >> in >> > > > this site [1], but I did not sucess. My web2py, same in localhost >> show >> > > > the message: Invalid Request when I try the link admin and that >> > > > other: web2py/applications/welcome/controllers/default.py. Somebody >> > > > have any ideia how fix this? >> > >> > > >http://wiki.web2py.com/Deploying_web2py_on_Google_App_Engine_GAE_ >> > >> > -- >> > Leônidas S. Barbosa (Kirotawa) >> > [DesenvolvedorWeb/CEFET/RN] >> > [Ciências da Computação/UFRN] >> > [pós-graduando em Inteligência Computacional/Processamento Gráfico /UFRN >> > [Estudante de japonês nível Intermediário I - Japanese Student] >> > [Desenvolvedor em python, PyGame] >> > blog nerd: corecode.wordpress.com/ >> > blog music: essenaomanja.blogspot.com >> > blog tirinhas: elminiche.wordpress.com/ >> > >> > "Mais sábio é aquele que sabe que não sabe" (Sócrates) >> > >> > 日本語の学生です。 >> > コンピュータサイエンスの学位. >> > > > > -- > Leônidas S. Barbosa (Kirotawa) > [DesenvolvedorWeb/CEFET/RN] > [Ciências da Computação/UFRN] > [pós-graduando em Inteligência Computacional/Processamento Gráfico /UFRN > [Estudante de japonês nível Intermediário I - Japanese Student] > [Desenvolvedor em python, PyGame] > blog nerd: corecode.wordpress.com/ > blog music: essenaomanja.blogspot.com > blog tirinhas: elminiche.wordpress.com/ > > "Mais sábio é aquele que sabe que não sabe" (Sócrates) > > 日本語の学生です。 > コンピュータサイエンスの学位. > >