mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 04:48:00 +00:00
Fix cms development settings
LMS settings were being incorrectly included in the cms dev settings.
This commit is contained in:
parent
1c9111198f
commit
11f7385276
@ -1,7 +1,7 @@
|
||||
import os
|
||||
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
|
||||
WEBPACK_CONFIG_PATH = "webpack.dev.config.js"
|
||||
|
Loading…
Reference in New Issue
Block a user