From 2524cd614ae4f6da07c43012cd1966652b0d3c45 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 26 Nov 2012 09:36:59 -0500 Subject: [PATCH] fix edit conflict --- lms/envs/aws.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lms/envs/aws.py b/lms/envs/aws.py index 5bccf77a1d..e6242ace56 100644 --- a/lms/envs/aws.py +++ b/lms/envs/aws.py @@ -19,11 +19,7 @@ EMAIL_BACKEND = 'django_ses.SESBackend' SESSION_ENGINE = 'django.contrib.sessions.backends.cache' DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage' -<<<<<<< HEAD -# Disable askbot, enable Berkeley forums -======= # Enable Berkeley forums ->>>>>>> origin/master MITX_FEATURES['ENABLE_DISCUSSION_SERVICE'] = True # IMPORTANT: With this enabled, the server must always be behind a proxy that