Merge pull request #4597 from edx/benp/fix-bok-choy-solano

Simplify bok choy environments to inherit pipeline settings from common.
This commit is contained in:
Ben Patterson
2014-07-30 12:16:45 -04:00
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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