Use MySQL by default if available.

(imported from commit d899c8ef922a07e7387688e5770cdfb4d2c472a6)
This commit is contained in:
Tim Abbott 2012-09-17 13:20:05 -04:00
parent 8a89c56b7b
commit 1822a997ed
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ try:
except ImportError:
pass
else:
DATABASES['mysql'] = {
DATABASES['default'] = {
'ENGINE': 'django.db.backends.mysql',
'OPTIONS': {
'read_default_file': '/etc/mysql/my.cnf',