Mercurial > public > sg101
diff gpp/settings.py @ 51:e5d078ebe870
Send email based on setting in local_settings.py.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 21 Jun 2009 22:07:43 +0000 |
parents | 2763977301c2 |
children | 7abef1a956f3 |
line wrap: on
line diff
--- a/gpp/settings.py Sun Jun 21 22:00:23 2009 +0000 +++ b/gpp/settings.py Sun Jun 21 22:07:43 2009 +0000 @@ -152,7 +152,7 @@ # GPP Specific Settings ####################################################################### GPP_LOG_LEVEL = 0 -GPP_SEND_EMAIL = False +GPP_SEND_EMAIL = local_settings.GPP_SEND_EMAIL GPP_NO_REPLY_EMAIL = 'no_reply' AVATAR_DIR = 'avatars' MAX_AVATAR_SIZE_BYTES = 2 * 1024 * 1024