From ec0d959f73e7b29136ba89a06dce811ef2819df1 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 28 May 2015 19:32:05 +0100 Subject: [PATCH] Remove legacy database --- PyRIGS/settings.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index 9b8c0546..e6c77749 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -79,13 +79,6 @@ DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), - }, - 'legacy': { - 'ENGINE': 'django.db.backends.mysql', - 'HOST': 'alfie.codedinternet.com', - 'NAME': 'tec_rigs', - 'USER': 'tec_rigs', - 'PASSWORD': 'xMNb(b+Giu]&', } }