Adding Configuration for Local environment for use e-mail in console. ref issue #43

This commit is contained in:
Fábio C. Barrioneuvo da Luz 2013-11-11 18:06:05 -03:00
parent b75729e322
commit c00eae724e

View File

@ -299,6 +299,7 @@ class Local(Common):
########## Mail settings
EMAIL_HOST = "localhost"
EMAIL_PORT = 1025
EMAIL_BACKEND = values.Value('django.core.mail.backends.console.EmailBackend')
########## End mail settings
########## django-debug-toolbar