6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-05 12:57:52 +00:00

Fix cms development settings

LMS settings were being incorrectly included in the cms dev settings.
This commit is contained in:
Régis Behmo 2019-10-18 11:36:07 +02:00
parent 1c9111198f
commit 11f7385276

View File

@ -1,7 +1,7 @@
import os import os
from cms.envs.devstack import * from cms.envs.devstack import *
{% include "apps/openedx/settings/partials/common/lms.py" %} {% include "apps/openedx/settings/partials/common/cms.py" %}
# Setup correct webpack configuration file for development # Setup correct webpack configuration file for development
WEBPACK_CONFIG_PATH = "webpack.dev.config.js" WEBPACK_CONFIG_PATH = "webpack.dev.config.js"