Commit 3a981cfa by Will Daly

Removed COURSES_ROOT and DATA_DIR from cms/envs/acceptance.py

parent 1240c5ae
......@@ -12,10 +12,6 @@ DEBUG = True
import logging
logging.disable(logging.ERROR)
# Show the courses that are in the data directory
COURSES_ROOT = ENV_ROOT / "data"
DATA_DIR = COURSES_ROOT
MODULESTORE_OPTIONS = {
'default_class': 'xmodule.raw_module.RawDescriptor',
'host': 'localhost',
......
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