comparison 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
comparison
equal deleted inserted replaced
511:5794e3414596 512:3fd369e1197f
40 CACHE_MIDDLEWARE_SECONDS = 600 40 CACHE_MIDDLEWARE_SECONDS = 600
41 CACHE_MIDDLEWARE_KEY_PREFIX = '' 41 CACHE_MIDDLEWARE_KEY_PREFIX = ''
42 42
43 EMAIL_HOST = 'localhost' 43 EMAIL_HOST = 'localhost'
44 EMAIL_PORT = 25 44 EMAIL_PORT = 25
45 EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
45 46
46 GPP_SEND_EMAIL = True
47 DONATIONS_DEBUG = False 47 DONATIONS_DEBUG = False
48 48
49 # Logging configuration 49 # Logging configuration
50 50
51 LOGGING = { 51 LOGGING = {