Merge pull request #5312 from jsangmeister/adjustSettingsReadme

Add ENABLE_ELECTRONIC_VOTING to settings readme
This commit is contained in:
Emanuel Schütze 2020-04-15 11:09:48 +02:00 committed by GitHub
commit 537eeadce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
=======