comparison gpp/settings.py @ 80:a4fdc4d23b9e

Added a DEFAULT_FROM_EMAIL.
author Brian Neal <bgneal@gmail.com>
date Sun, 12 Jul 2009 18:25:26 +0000
parents 374b24dd2f9a
children 2eb3984ccb15
comparison
equal deleted inserted replaced
79:4b90d00cc4eb 80:a4fdc4d23b9e
131 LOGIN_URL = '/accounts/login/' 131 LOGIN_URL = '/accounts/login/'
132 LOGIN_REDIRECT_URL = '/profile/me/' 132 LOGIN_REDIRECT_URL = '/profile/me/'
133 LOGOUT_URL = '/accounts/logout/' 133 LOGOUT_URL = '/accounts/logout/'
134 134
135 FILE_UPLOAD_PERMISSIONS = 0644 135 FILE_UPLOAD_PERMISSIONS = 0644
136 DEFAULT_FROM_EMAIL = ADMINS[0][1]
136 137
137 ####################################################################### 138 #######################################################################
138 # Caching 139 # Caching
139 ####################################################################### 140 #######################################################################
140 if local_settings.USE_CACHE: 141 if local_settings.USE_CACHE: