From e1bcd6a02017c8d41d487204e22b3f1cc27f08d0 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Thu, 30 Jul 2009 22:28:35 -0700 Subject: [PATCH] small modifications for actual settings --- app.yaml | 2 +- index.yaml | 16 ++++++++++++++++ settings.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index b658861..00c0e07 100644 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -application: iacrhelios +application: iacr-helios version: 1 runtime: python api_version: 1 diff --git a/index.yaml b/index.yaml index 201ea4b..8f0ec41 100644 --- a/index.yaml +++ b/index.yaml @@ -12,6 +12,22 @@ indexes: - name: action_time direction: desc +- kind: Voter + properties: + - name: election + - name: uuid + +- kind: CastVote + properties: + - name: voter + - name: cast_at + direction: desc + +- kind: Voter + properties: + - name: election + - name: vote_hash + # AUTOGENERATED # This index.yaml is automatically updated whenever the dev_appserver diff --git a/settings.py b/settings.py index 2c36738..fd5d07e 100644 --- a/settings.py +++ b/settings.py @@ -127,4 +127,4 @@ TEMPLATE_DEBUG = True URL_HOST = "https://iacr-helios.appspot.com" -IACR_ELECTION_UUID = 'foobar' \ No newline at end of file +IACR_ELECTION_UUID = '4e60ccd1-7d90-11de-99f6-d97b41f0200f' \ No newline at end of file -- GitLab