benadida / helios

an open-source, open-audit, web-based voting system

This URL has Read+Write access

helios / app.yaml
2c44d354 » benadida 2008-07-23 added first public version ... 1 application: heliosvoting
2 version: 1
3 runtime: python
4 api_version: 1
5
6 handlers:
7 - url: /static
8 static_dir: static
9
e9498811 » benadida 2008-08-19 added favicon and added tal... 10 - url: /favicon.ico
11 static_files: static/favicon.ico
12 upload: static/favicon.ico
13
2c44d354 » benadida 2008-07-23 added first public version ... 14 - url: .*
15 script: heliosvoting.py