From 90a2417d9728f6c89f75ec656e9e051b347a03d9 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Tue, 29 Jul 2014 11:40:21 -0400 Subject: [PATCH] Simplify bok choy environments to inherit pipeline settings from common.py --- cms/envs/bok_choy.py | 1 - lms/envs/bok_choy.py | 1 - 2 files changed, 2 deletions(-) diff --git a/cms/envs/bok_choy.py b/cms/envs/bok_choy.py index 68d27d2f7f..ff58e1d511 100644 --- a/cms/envs/bok_choy.py +++ b/cms/envs/bok_choy.py @@ -40,7 +40,6 @@ update_module_store_settings( # Enable django-pipeline and staticfiles STATIC_ROOT = (TEST_ROOT / "staticfiles").abspath() -PIPELINE = True # Silence noisy logs import logging diff --git a/lms/envs/bok_choy.py b/lms/envs/bok_choy.py index 5b08429552..7c47b9fbea 100644 --- a/lms/envs/bok_choy.py +++ b/lms/envs/bok_choy.py @@ -49,7 +49,6 @@ OPEN_ENDED_GRADING_INTERFACE['url'] = 'http://localhost:8041/' # Enable django-pipeline and staticfiles STATIC_ROOT = (TEST_ROOT / "staticfiles").abspath() -PIPELINE = True # Silence noisy logs import logging