Remove not used TYPE_NAME, TYPE_NAME_SHORT and TYPE_NAME_PLURAL consts in all Group...
[Melange.git] / app / app.yaml.template
bloba3f9b73f844fdd43ae335a9539544d6ea11cdf29
1 # Copyright 2008 the Melange authors.
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6
7 #   http://www.apache.org/licenses/LICENSE-2.0
8
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 # TODO(proto): uncomment and supply a Google App Engine application instance
16 # application: FIXME
17 version: 1
18 runtime: python
19 api_version: 1
21 handlers:
22 - url: /(robots.txt|favicon.ico)
23   static_files: soc/content/\1
24   upload: soc/content/(robots.txt|favicon.ico)  
25   
26 - url: /tiny_mce/.*
27   script: $PYTHON_LIB/google/appengine/ext/zipserve
29 - url: /soc/content
30   static_dir: soc/content
32 - url: /gsoc/content
33   static_dir: gsoc/content
35 - url: /ghop/content
36   static_dir: ghop/content
38 - url: /jquery
39   static_dir: jquery
41 - url: /.*
42   script: main.py