Commit 2c155a5b by TJ Keemon Committed by David Baumgold

adding DATA_DIR to common.py to fix studio course import

parent 9d23e9fa
...@@ -37,7 +37,7 @@ import lms.envs.common ...@@ -37,7 +37,7 @@ import lms.envs.common
from lms.envs.common import ( from lms.envs.common import (
USE_TZ, TECH_SUPPORT_EMAIL, PLATFORM_NAME, BUGS_EMAIL, DOC_STORE_CONFIG, ALL_LANGUAGES, WIKI_ENABLED, MODULESTORE, USE_TZ, TECH_SUPPORT_EMAIL, PLATFORM_NAME, BUGS_EMAIL, DOC_STORE_CONFIG, ALL_LANGUAGES, WIKI_ENABLED, MODULESTORE,
update_module_store_settings, ASSET_IGNORE_REGEX, COPYRIGHT_YEAR, update_module_store_settings, ASSET_IGNORE_REGEX, COPYRIGHT_YEAR,
YOUTUBE_API_KEY, DATA_DIR, YOUTUBE_API_KEY,
) )
from path import path from path import path
from warnings import simplefilter from warnings import simplefilter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment