From ab5e221070e76445337b0127ed86ba2ca9decadb Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 16 May 2018 12:07:53 -0400 Subject: [PATCH] Put Require.js in debug mode in LMS acceptance tests --- lms/envs/acceptance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/acceptance.py b/lms/envs/acceptance.py index df950e9492..fbb43c3df0 100644 --- a/lms/envs/acceptance.py +++ b/lms/envs/acceptance.py @@ -208,6 +208,7 @@ SECRET_KEY = uuid.uuid4().hex ############################### PIPELINE ####################################### PIPELINE_ENABLED = False +REQUIRE_DEBUG = True # We want to make sure that any new migrations are run # see https://groups.google.com/forum/#!msg/django-developers/PWPj3etj3-U/kCl6pMsQYYoJ