~nchohan/+junk/mytools

« back to all changes in this revision

Viewing changes to sample_apps/tasks/app.yaml

  • Committer: root
  • Date: 2010-11-03 07:43:57 UTC
  • Revision ID: root@appscale-image0-20101103074357-xea7ja3sor3x93oc
init

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
application: tasks
 
2
version: 1
 
3
runtime: python
 
4
api_version: 1
 
5
 
 
6
handlers:
 
7
- url: /static
 
8
  static_dir: static
 
9
 
 
10
- url: /favicon.ico
 
11
  static_files: static/favicon.ico
 
12
  upload: static/favicon.ico
 
13
 
 
14
- url: /admin/.*
 
15
  script: $PYTHON_LIB/apphosting/ext/admin/
 
16
 
 
17
- url: .*
 
18
  script: tasks.py