Change test option for mysql

This commit is contained in:
Griatch 2019-03-20 19:13:39 +01:00
parent 98cb22a6c9
commit e65296203b

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'
}
}
}