Skip to content

Commit

Permalink
Merge pull request #551 from compserv/fix-unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni authored Sep 3, 2023
2 parents 76f91d2 + 8080bd9 commit db090ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hknweb/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"NAME": "hknweb",
"HOST": "mysql",
"OPTIONS": {
"charset": "utf8mb4",
"init_command": "SET sql_mode='STRICT_TRANS_TABLES'",
"read_default_file": "~/.my.cnf",
},
Expand Down

0 comments on commit db090ca

Please sign in to comment.