Test of another way to set mysql encoding
This commit is contained in:
parent
a5fad7198b
commit
95d9d098e5
2 changed files with 4 additions and 1 deletions
|
|
@ -46,6 +46,9 @@ DATABASES = {
|
|||
'PASSWORD': 'password',
|
||||
'HOST': 'localhost', # or an IP Address that your DB is hosted on
|
||||
'PORT': '', # use default port
|
||||
'OPTIONS': {
|
||||
'default-character-set': 'utf8'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue