From 3f3df3fdb47e1f9bdb0de25f26846f04343ad5bc Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Mon, 15 Oct 2012 01:48:46 -0400 Subject: [PATCH] remove no-longer-used test dbs --- lms/envs/test.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lms/envs/test.py b/lms/envs/test.py index 5a38b1c0d8..c899fd8562 100644 --- a/lms/envs/test.py +++ b/lms/envs/test.py @@ -98,22 +98,6 @@ DATABASES = { 'NAME': PROJECT_ROOT / "db" / "mitx.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", - }, - - 'edX/toy/TT_2012_Fall': { - 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': ENV_ROOT / "db" / "course3.db", - }, - } CACHES = {