Remove MySQL import

This was legacy and isn't needed any more.
This commit is contained in:
Tom Price
2015-05-28 20:57:48 +01:00
parent a0569ae4bc
commit 894234f167
2 changed files with 0 additions and 6 deletions

View File

@@ -70,11 +70,6 @@ WSGI_APPLICATION = 'PyRIGS.wsgi.application'
# Database
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases
try:
import pymysql
pymysql.install_as_MySQLdb()
except ImportError:
pass
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',