public
Description: an open-source, open-audit, web-based voting system
Homepage: http://heliosvoting.org
Clone URL: git://github.com/benadida/helios.git
helios / app.yaml
100644 16 lines (12 sloc) 0.237 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
application: heliosvoting
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /static
  static_dir: static
 
- url: /favicon.ico
  static_files: static/favicon.ico
  upload: static/favicon.ico
 
- url: .*
  script: heliosvoting.py