added ENABLE_ELECTRONIC_VOTING to settings readme
This commit is contained in:
parent
0f8167e39c
commit
99416e3043
@ -57,6 +57,15 @@ useful for debugging to print all email the the console::
|
|||||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
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
|
Logging
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user