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:
parent
1c9111198f
commit
11f7385276
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user