summaryrefslogtreecommitdiff
path: root/backend/python/src/app.yaml
authorGiulio Cesare Solaroli <giulio.cesare@solaroli.it>2011-10-03 16:04:12 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@solaroli.it>2011-10-03 16:04:12 (UTC)
commit541bb378ddece2eab135a8066a16994e94436dea (patch) (unidiff)
treeff160ea3e26f7fe07fcfd401387c5a0232ca715e /backend/python/src/app.yaml
parent1bf431fd3d45cbdf4afa3e12afefe5d24f4d3bc7 (diff)
parentecad5e895831337216544e81f1a467e0c68c4a6a (diff)
downloadclipperz-541bb378ddece2eab135a8066a16994e94436dea.zip
clipperz-541bb378ddece2eab135a8066a16994e94436dea.tar.gz
clipperz-541bb378ddece2eab135a8066a16994e94436dea.tar.bz2
Merge pull request #1 from gcsolaroli/master
First version of the restructured repository
Diffstat (limited to 'backend/python/src/app.yaml') (more/less context) (show whitespace changes)
-rw-r--r--backend/python/src/app.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/backend/python/src/app.yaml b/backend/python/src/app.yaml
new file mode 100644
index 0000000..5e085a9
--- a/dev/null
+++ b/backend/python/src/app.yaml
@@ -0,0 +1,20 @@
1application: clipperz
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
7- url: /json
8 script: clipperz.py
9
10- url: /css
11 static_dir: css
12
13- url: /js
14 static_dir: js
15
16- url: /images
17 static_dir: images
18
19- url: /.*
20 script: clipperz.py