Change test option for mysql

This commit is contained in:
Griatch 2019-03-20 19:13:39 +01:00
parent 74b146322a
commit 3dc693df66

View file

@ -47,7 +47,8 @@ DATABASES = {
'HOST': 'localhost', # or an IP Address that your DB is hosted on
'PORT': '', # use default port
'TEST': {
"TEMPLATE": 'default'
'CHARSET': 'utf8',
'COLLATION': 'utf8_unicode_ci'
}
}
}