Please have a look at the skip_files section of my app.yaml
skip_files: |
 ^(.*/)?(
 (app\.yaml)|
 (app\.yml)|
 (index\.yaml)|
 (index\.yml)|
 (#.*#)|
 (.*~)|
 (.*\.py[co])|
 (.*/RCS/.*)|
 (\..*)|
 ((admin|examples|welcome)\.tar)|
 #(applications/(admin|examples)/.*)|
 (applications/.*?/databases/.*) |
 (applications/.*?/errors/.*)|
 (applications/.*?/cache/.*)|
 (applications/.*?/sessions/.*)|
 )$

I have commented out (application/(admin|examples) an now I get Admin is
disabled because insecure channel

Thanks
Vivek

On Sun, Sep 5, 2010 at 10:32 AM, b vivek <[email protected]> wrote:

> Hii,
> Yes there has been enough written on this , and am sure I am definitely
> doing something really wrong. So here I go. I just wrote a small app and
> tried deploying it on appspot.I did the below in order
>
> 1. changed app.yaml's first line to the appidentifier registered with GAE
> 2.python dev_appserver ../web2py <-- to create the index files
> 3.python appcfg.py update ../web2py
>
> the app got deployed and I get the normal welcome/default/index without any
> error. However when I click the link of administrative interface.. I get a
> response "Invalid function"...(I am just learning how to deploy the app on
> GAE)
>
> Thanks
> Vivek
>
>
>

Reply via email to