Simplify bok choy environments to inherit pipeline settings from common.py

This commit is contained in:
Ben Patterson
2014-07-29 11:40:21 -04:00
parent df71afd4c0
commit 90a2417d97
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