Skip to content
Snippets Groups Projects
Commit b0602bc1 authored by Ben Adida's avatar Ben Adida
Browse files

updated helios to do upload of voter CSV file

parent 79f1e70f
No related branches found
No related tags found
No related merge requests found
Subproject commit 7a102c15320fe95e03de7468d7d377373ceec93a
Subproject commit cbf8d05de135e45ef4048d124641a0918dba375a
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment