From b0602bc12c727af1e5aedf5b1da5f8f06e50ded5 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sat, 22 May 2010 15:46:33 -0700 Subject: [PATCH] updated helios to do upload of voter CSV file --- helios | 2 +- settings.py.sample | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/helios b/helios index 7a102c1..cbf8d05 160000 --- a/helios +++ b/helios @@ -1 +1 @@ -Subproject commit 7a102c15320fe95e03de7468d7d377373ceec93a +Subproject commit cbf8d05de135e45ef4048d124641a0918dba375a diff --git a/settings.py.sample b/settings.py.sample index 64c1aaf..977884c 100644 --- a/settings.py.sample +++ b/settings.py.sample @@ -87,6 +87,12 @@ INSTALLED_APPS = ( ## +MEDIA_ROOT = ROOT_PATH + "media/" + +# a relative path where voter upload files are stored +VOTER_UPLOAD_REL_PATH = "voters/%Y/%m/%d" + + # Change your email settings DEFAULT_FROM_EMAIL = 'Ben Adida for Helios <ben@adida.net>' SERVER_EMAIL = DEFAULT_FROM_EMAIL -- GitLab