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