app/app.yaml.template
changeset 2594 dd300af0e7df
parent 2565 c17b671e5657
child 2603 4db295c3fbb3
equal deleted inserted replaced
2593:ef703b456527 2594:dd300af0e7df
    45 
    45 
    46 - url: /admin/shell.*
    46 - url: /admin/shell.*
    47   script: shell/shell.py
    47   script: shell/shell.py
    48   login: admin
    48   login: admin
    49 
    49 
       
    50 - url: /tasks/*
       
    51   script: main.py
       
    52   login: admin
       
    53 
    50 - url: /static
    54 - url: /static
    51   static_dir: shell/static
    55   static_dir: shell/static
    52   expiration: 1d
    56   expiration: 1d
    53 
    57 
    54 - url: /.*
    58 - url: /.*