benadida / helios

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

This URL has Read+Write access

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