Skip to content

Commit

Permalink
Set charset for actual unicode support
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 2, 2023
1 parent 76f91d2 commit 8080bd9
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 8080bd9

Please sign in to comment.