integrating c00eae724e which provides a more saner default for handling email in development

This commit is contained in:
Daniel Greenfeld 2013-11-12 08:12:45 -08:00
parent fd309e29f9
commit 172036f8f3

View File

@ -282,6 +282,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