~tristanstraub/globenet/trunk

« back to all changes in this revision

Viewing changes to globenet/template/app.yaml_tmpl

  • Committer: tristanstraub
  • Date: 2008-08-26 18:36:39 UTC
  • Revision ID: tristanstraub-20080826183639-z0tmkgwv8qyzq4ye
more paste magic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
application: $package
2
 
version: 1
3
 
runtime: python
4
 
api_version: 1
5
 
skip_files: (env/bin/.*)|(env/include)|(env/lib/python2\.5/[^/]*\.(py[oc]?|txt))|(env/lib/python2\.5/(encodings|distutils|config|lib-dynload))|(.*\.a)|(.*\.swp)| ^(.*/)?((app\.yaml)|(app\.yml)|(index\.yaml)|(index\.yml)|(#.*#)|(.*~)|(.*\.py[co])|(.*/RCS/.*)|(\..*)|)$
6
 
 
7
 
handlers:
8
 
- url: /admin(/.*)?
9
 
  script: \$PYTHON_LIB/google/appengine/ext/admin
10
 
  login: admin
11
 
 
12
 
- url: /images
13
 
  static_dir: static/images
14
 
 
15
 
- url: /css
16
 
  static_dir: static/css
17
 
 
18
 
- url: /.*
19
 
  script: main.py
20