changeset 80:a4fdc4d23b9e

Added a DEFAULT_FROM_EMAIL.
author Brian Neal <bgneal@gmail.com>
date Sun, 12 Jul 2009 18:25:26 +0000
parents 4b90d00cc4eb
children e356ea79a7a2
files gpp/settings.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/settings.py	Sun Jul 12 18:13:53 2009 +0000
+++ b/gpp/settings.py	Sun Jul 12 18:25:26 2009 +0000
@@ -133,6 +133,7 @@
 LOGOUT_URL = '/accounts/logout/'
 
 FILE_UPLOAD_PERMISSIONS = 0644
+DEFAULT_FROM_EMAIL = ADMINS[0][1]
 
 #######################################################################
 # Caching