LICENSE
MANIFEST.in
README.rst
justfile
pyproject.toml
uv.lock
pretalx_public_voting/__init__.py
pretalx_public_voting/apps.py
pretalx_public_voting/exporters.py
pretalx_public_voting/forms.py
pretalx_public_voting/models.py
pretalx_public_voting/signals.py
pretalx_public_voting/urls.py
pretalx_public_voting/utils.py
pretalx_public_voting/views.py
pretalx_public_voting.egg-info/PKG-INFO
pretalx_public_voting.egg-info/SOURCES.txt
pretalx_public_voting.egg-info/dependency_links.txt
pretalx_public_voting.egg-info/entry_points.txt
pretalx_public_voting.egg-info/requires.txt
pretalx_public_voting.egg-info/top_level.txt
pretalx_public_voting/locale/django.pot
pretalx_public_voting/locale/ar/LC_MESSAGES/django.mo
pretalx_public_voting/locale/ar/LC_MESSAGES/django.po
pretalx_public_voting/locale/bg/LC_MESSAGES/django.mo
pretalx_public_voting/locale/bg/LC_MESSAGES/django.po
pretalx_public_voting/locale/ca/LC_MESSAGES/django.mo
pretalx_public_voting/locale/ca/LC_MESSAGES/django.po
pretalx_public_voting/locale/cs/LC_MESSAGES/django.mo
pretalx_public_voting/locale/cs/LC_MESSAGES/django.po
pretalx_public_voting/locale/de_DE/LC_MESSAGES/.gitkeep
pretalx_public_voting/locale/de_DE/LC_MESSAGES/django.mo
pretalx_public_voting/locale/de_DE/LC_MESSAGES/django.po
pretalx_public_voting/locale/de_Formal/LC_MESSAGES/django.mo
pretalx_public_voting/locale/de_Formal/LC_MESSAGES/django.po
pretalx_public_voting/locale/el/LC_MESSAGES/django.mo
pretalx_public_voting/locale/el/LC_MESSAGES/django.po
pretalx_public_voting/locale/es/LC_MESSAGES/django.mo
pretalx_public_voting/locale/es/LC_MESSAGES/django.po
pretalx_public_voting/locale/es_MX/LC_MESSAGES/django.mo
pretalx_public_voting/locale/es_MX/LC_MESSAGES/django.po
pretalx_public_voting/locale/fr_FR/LC_MESSAGES/.gitkeep
pretalx_public_voting/locale/fr_FR/LC_MESSAGES/django.mo
pretalx_public_voting/locale/fr_FR/LC_MESSAGES/django.po
pretalx_public_voting/locale/id/LC_MESSAGES/django.mo
pretalx_public_voting/locale/id/LC_MESSAGES/django.po
pretalx_public_voting/locale/it/LC_MESSAGES/django.mo
pretalx_public_voting/locale/it/LC_MESSAGES/django.po
pretalx_public_voting/locale/ja_JP/LC_MESSAGES/django.mo
pretalx_public_voting/locale/ja_JP/LC_MESSAGES/django.po
pretalx_public_voting/locale/ko/LC_MESSAGES/django.mo
pretalx_public_voting/locale/ko/LC_MESSAGES/django.po
pretalx_public_voting/locale/nl/LC_MESSAGES/django.mo
pretalx_public_voting/locale/nl/LC_MESSAGES/django.po
pretalx_public_voting/locale/pl/LC_MESSAGES/django.mo
pretalx_public_voting/locale/pl/LC_MESSAGES/django.po
pretalx_public_voting/locale/pt_BR/LC_MESSAGES/django.mo
pretalx_public_voting/locale/pt_BR/LC_MESSAGES/django.po
pretalx_public_voting/locale/pt_PT/LC_MESSAGES/django.mo
pretalx_public_voting/locale/pt_PT/LC_MESSAGES/django.po
pretalx_public_voting/locale/ru/LC_MESSAGES/django.mo
pretalx_public_voting/locale/ru/LC_MESSAGES/django.po
pretalx_public_voting/locale/sl/LC_MESSAGES/django.mo
pretalx_public_voting/locale/sl/LC_MESSAGES/django.po
pretalx_public_voting/locale/sv/LC_MESSAGES/django.mo
pretalx_public_voting/locale/sv/LC_MESSAGES/django.po
pretalx_public_voting/locale/uk/LC_MESSAGES/django.mo
pretalx_public_voting/locale/uk/LC_MESSAGES/django.po
pretalx_public_voting/locale/vi/LC_MESSAGES/django.mo
pretalx_public_voting/locale/vi/LC_MESSAGES/django.po
pretalx_public_voting/locale/zh_Hans/LC_MESSAGES/django.mo
pretalx_public_voting/locale/zh_Hans/LC_MESSAGES/django.po
pretalx_public_voting/locale/zh_Hant/LC_MESSAGES/django.mo
pretalx_public_voting/locale/zh_Hant/LC_MESSAGES/django.po
pretalx_public_voting/migrations/0001_initial.py
pretalx_public_voting/migrations/0002_publicvotingsettings.py
pretalx_public_voting/migrations/0003_migrate_settings.py
pretalx_public_voting/migrations/0004_publicvotingsettings_allowed_emails.py
pretalx_public_voting/migrations/0005_publicvotingsettings_show_session_description.py
pretalx_public_voting/migrations/0006_publicvotingsettings_limit_tracks.py
pretalx_public_voting/migrations/0007_publicvotingsettings_limit_submission_types.py
pretalx_public_voting/migrations/__init__.py
pretalx_public_voting/static/pretalx_public_voting/share.js
pretalx_public_voting/static/pretalx_public_voting/vote.css
pretalx_public_voting/static/pretalx_public_voting/vote.js
pretalx_public_voting/templates/pretalx_public_voting/.gitkeep
pretalx_public_voting/templates/pretalx_public_voting/settings.html
pretalx_public_voting/templates/pretalx_public_voting/signup.html
pretalx_public_voting/templates/pretalx_public_voting/submission_list.html
pretalx_public_voting/templates/pretalx_public_voting/thanks.html
tests/test_main.py