Merge pull request #5312 from jsangmeister/adjustSettingsReadme
Add ENABLE_ELECTRONIC_VOTING to settings readme
This commit is contained in:
commit
537eeadce4
@ -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
|
||||
=======
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user