You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch does not detect MySQL correctly - settings.DATABASES['default']['ENGINE'] is a dotted-notation string like "django.db.backends.mysql" so comparing with "mysql" is wrong.
Also, "default" should be replaced with DEFAULT_DB_ALIAS.
Also, you make an unrelated change to the end of the file.
Hi.
I written path http://paste.pocoo.org/show/263575/
In django new config as DATABASES[key]['ENGINE']
The text was updated successfully, but these errors were encountered: