app/app.yaml.template
changeset 73 211a3eeacf27
parent 65 d254d4577c30
child 154 d2377425d3f2
equal deleted inserted replaced
72:0957fc5e3968 73:211a3eeacf27
    17 version: 1
    17 version: 1
    18 runtime: python
    18 runtime: python
    19 api_version: 1
    19 api_version: 1
    20 
    20 
    21 handlers:
    21 handlers:
       
    22 - url: /(robots.txt|favicon.ico)
       
    23   static_files: soc/content/\1
       
    24   upload: soc/content/(robots.txt|favicon.ico)  
       
    25   
    22 - url: /soc/content
    26 - url: /soc/content
    23   static_dir: soc/content
    27   static_dir: soc/content
    24 
    28 
    25 - url: /gsoc/content
    29 - url: /gsoc/content
    26   static_dir: gsoc/content
    30   static_dir: gsoc/content
    29   static_dir: ghop/content
    33   static_dir: ghop/content
    30 
    34 
    31 - url: /.*
    35 - url: /.*
    32   script: main.py
    36   script: main.py
    33 
    37 
       
    38