app/app.yaml
changeset 56 703032f3e1d8
parent 54 03e267d67478
equal deleted inserted replaced
55:3e286664c2ec 56:703032f3e1d8
    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: /content
    22 - url: /soc/content
    23   static_dir: content
    23   static_dir: soc/content
       
    24 
       
    25 - url: /gsoc/content
       
    26   static_dir: gsoc/content
       
    27 
       
    28 - url: /ghop/content
       
    29   static_dir: ghop/content
    24 
    30 
    25 - url: /.*
    31 - url: /.*
    26   script: main.py
    32   script: main.py
    27 
    33