7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00

Fix incorrect lms settings patch

This commit is contained in:
Régis Behmo 2019-10-18 18:01:32 +02:00
parent 38ed7d4985
commit ed0cf8d99f

View File

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