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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user