-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.yaml
49 lines (39 loc) · 1.22 KB
/
app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#Evenge - gestor de eventos (events management)
#Copyright (C) 2014 - desarrollo.evenge@gmail.com
#Carlos Campos Fuentes | Francisco Javier Exposito Cruz | Ivan Ortega Alba | Victor Coronas Lara
#
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation, either version 3 of the License, or
#(at your option) any later version.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#GNU General Public License for more details.
################################################################
application: evenge-2014
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /_dt/css
static_dir: _dt/css
- url: /_dt/img
static_dir: _dt/img
- url: /_dt/js
static_dir: _dt/js
- url: /prueba
script: _oo.classes.prueba2.application
- url: /prueba2
script: _oo.classes.prueba2.application
- url: /prueba3
script: _oo.classes.prueba2.application
- url: /.*
script: index.application
libraries:
- name: webapp2
version: latest
- name: jinja2
version: latest