Skip to content
Snippets Groups Projects
Commit b329b0ea authored by Jay Zoldak's avatar Jay Zoldak Committed by Jay Zoldak
Browse files

Remove toy dbs from CMS test settings.py file as they are not used.

parent b63c3c5a
No related merge requests found
......@@ -75,17 +75,6 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ENV_ROOT / "db" / "cms.db",
},
# The following are for testing purposes...
'edX/toy/2012_Fall': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ENV_ROOT / "db" / "course1.db",
},
'edx/full/6.002_Spring_2012': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ENV_ROOT / "db" / "course2.db",
}
}
LMS_BASE = "localhost:8000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment