Mercurial > public > sg101
diff gpp/settings/production.py @ 512:3fd369e1197f
Adding in Celery to the settings so we can try to get it running in production.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 11 Dec 2011 21:31:10 +0000 |
parents | 5794e3414596 |
children | abc4be5a82e5 |
line wrap: on
line diff
--- a/gpp/settings/production.py Sun Dec 11 19:50:32 2011 +0000 +++ b/gpp/settings/production.py Sun Dec 11 21:31:10 2011 +0000 @@ -42,8 +42,8 @@ EMAIL_HOST = 'localhost' EMAIL_PORT = 25 +EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' -GPP_SEND_EMAIL = True DONATIONS_DEBUG = False # Logging configuration