Change test option for mysql
This commit is contained in:
parent
98cb22a6c9
commit
e65296203b
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ DATABASES = {
|
||||||
'HOST': 'localhost', # or an IP Address that your DB is hosted on
|
'HOST': 'localhost', # or an IP Address that your DB is hosted on
|
||||||
'PORT': '', # use default port
|
'PORT': '', # use default port
|
||||||
'TEST': {
|
'TEST': {
|
||||||
"TEMPLATE": 'default'
|
'CHARSET': 'utf8',
|
||||||
|
'COLLATION': 'utf8_unicode_ci'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue