From 0a531154f91f4732b170664c70ab3d9a4ea28b0a Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 9 Oct 2013 12:55:56 -0300 Subject: [PATCH] Adding setting for from_address --- src/colab/custom_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index 801fec9..959edfb 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -106,8 +106,8 @@ LOGGING = { } } -SERVER_EMAIL = '"Colab Interlegis" ' -EMAIL_HOST_USER = SERVER_EMAIL +COLAB_FROM_ADDRESS = '"Colab Interlegis" ' +SERVER_EMAIL = EMAIL_HOST_USER = COLAB_FROM_ADDRESS TEMPLATE_CONTEXT_PROCESSORS = ( 'django.contrib.auth.context_processors.auth', -- libgit2 0.21.2