Fixed the local.exmple settings file

remotes/origin/enhancement/email-actions
David Barragán Merino 2013-10-26 15:55:36 +02:00
parent a7ba212a63
commit 45b36bce30
1 changed files with 1 additions and 1 deletions

View File

@ -23,9 +23,9 @@ from .development import *
#EMAIL_HOST_PASSWORD = 'password'
#EMAIL_PORT = 25
#DEFAULT_FROM_EMAIL = "john@doe.com"
#EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
# GMAIL SETTINGS EXAMPLE
#EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
#EMAIL_USE_TLS = True
#EMAIL_HOST = 'smtp.gmail.com'
#EMAIL_HOST_USER = 'youremail@gmail.com'