added ENABLE_ELECTRONIC_VOTING to settings readme

This commit is contained in:
Joshua Sangmeister 2020-04-15 10:13:07 +02:00
parent 0f8167e39c
commit 99416e3043
1 changed files with 9 additions and 0 deletions

View File

@ -57,6 +57,15 @@ useful for debugging to print all email the the console::
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Electronic voting
=================
Electronic voting is disabled by default, so only analog polls are available.
To enable it, set::
ENABLE_ELECTRONIC_VOTING = True
Logging
=======