app/app.yaml.template
changeset 2335 366e64ecba91
parent 2256 7b95f10b206a
child 2394 1dc8d7f9458e
equal deleted inserted replaced
2334:6f5f6a9965c6 2335:366e64ecba91
    44   static_dir: jquery
    44   static_dir: jquery
    45 
    45 
    46 - url: /json
    46 - url: /json
    47   static_dir: json
    47   static_dir: json
    48 
    48 
       
    49 - url: /admin/shell.*
       
    50   script: shell/shell.py
       
    51   login: admin
       
    52 
       
    53 - url: /static
       
    54   static_dir: shell/static
       
    55   expiration: 1d
       
    56 
    49 - url: /.*
    57 - url: /.*
    50   script: main.py
    58   script: main.py
    51 
    59