helios-server/helios
Edmar Martineli 017a53c6ac fix copy help_email when copying election 2022-05-29 14:32:38 -04:00
..
crypto hash utility should return an ascii string by default, was previously hidden by too-smart django rendering which is no longer the case. 2021-02-28 18:14:25 -08:00
datatypes Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
fixtures fix bug introduced in previous PR with password uploads 2021-10-07 13:11:32 +00:00
management Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
media add per question random order 2021-12-05 14:47:27 -05:00
migrations missing migration 2021-01-23 17:51:29 +00:00
templates simplified the template for additional info to make it more flexible. 2022-03-31 14:49:11 +00:00
workflows [py3] str-bytes comparisons 2020-07-25 16:28:13 -07:00
README.txt re-added helios django app as part of the same git project 2010-08-21 22:25:57 -07:00
__init__.py Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
apps.py [DJ1.9] Remove warning of not declaring explicit app_label 2019-02-18 21:20:59 +01:00
celery_app.py [DJ1.10] Upgrade Celery to 4.2.1, Kombu to 4.2.0 2019-03-05 00:42:26 +01:00
counters.py re-added helios django app as part of the same git project 2010-08-21 22:25:57 -07:00
datetimewidget.py Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
election_url_names.py [DJ1.10] Update election_urls to have names and be reversed by name 2019-03-07 22:19:36 +01:00
election_urls.py [DJ1.10] Update election_urls to have names and be reversed by name 2019-03-07 22:19:36 +01:00
fields.py Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
forms.py Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
models.py ensure that a password voter has at least an empty user info dictionary to prevent later errors 2022-01-14 02:44:38 +00:00
security.py Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
signals.py re-added helios django app as part of the same git project 2010-08-21 22:25:57 -07:00
stats_url_names.py [DJ1.10] Update stats_urls to have names and be reversed by name 2019-03-07 19:20:17 +01:00
stats_urls.py [DJ1.10] Update stats_urls to have names and be reversed by name 2019-03-07 19:20:17 +01:00
stats_views.py Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
tasks.py The election object was not provided when the email is sent 2021-09-12 15:52:01 -04:00
test.py Upgrade Django to 1.9 2019-03-04 22:58:11 +01:00
tests.py allow for uploading of a latin1-encoded voter file, not just utf-8 2021-02-22 02:05:08 +00:00
url_names.py allow viewing a vote by full hash so we don't do quite as many DB queries. 2021-10-07 00:42:24 +00:00
urls.py allow viewing a vote by full hash so we don't do quite as many DB queries. 2021-10-07 00:42:24 +00:00
utils.py Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
view_utils.py Completely move to python 3, updating some libraries 2020-07-25 16:28:13 -07:00
views.py fix copy help_email when copying election 2022-05-29 14:32:38 -04:00
widgets.py handle badly formed timestamp 2021-02-22 02:35:44 +00:00

README.txt

The Helios Django App
=====================

LICENSE: this code is released under the GPL v3 or later.

NOTE: this used to be a separate git submodule, but now it's not.