[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:37 UTC 2010


The following commit has been merged in the master branch:
commit 19cfa5d90fc41faa102657a4c53e7fdaf83f728e
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 19:38:04 2010 -0400

    Use django.core.mail.backends.console locally.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/live_studio/settings/roles/local.py b/live_studio/settings/roles/local.py
index 51c64dd..cdb4753 100644
--- a/live_studio/settings/roles/local.py
+++ b/live_studio/settings/roles/local.py
@@ -1 +1,3 @@
 DEBUG = True
+
+EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

-- 
live-studio



More information about the debian-live-changes mailing list