local_settings.py.example: comment out email backend settings

This commit is contained in:
Benjamin Dauvergne 2013-06-24 18:43:24 +02:00
parent d3cad38418
commit 56c7871f9b
1 changed files with 3 additions and 5 deletions

View File

@ -2,9 +2,9 @@
import os.path
DEBUG = True
EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
EMAIL_FILE_PATH = os.path.join(os.path.dirname(__file__), 'mbox')
STATIC_ROOT = '/var/lib/docbow/static/'
# For debugging email sendings user those settings
# EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
# EMAIL_FILE_PATH = os.path.join(os.path.dirname(__file__), 'mbox')
DOCBOW_BASE_URL = 'http://localhost:8000'
@ -18,5 +18,3 @@ SECRET_KEY = 'CHANGE ME'
# OVH_SMS_LOGIN = ''
# OVH_SMS_PASSWORD = ''
# OVH_SMS_FROM = ''
DOCBOW_ORGANIZATION_SHORT = 'PFWB'
DOCBOW_ORGANIZATION = u'Parlement de la Fédération Wallonie-Bruxelles'