Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shakhzod2000 authored Aug 19, 2024
1 parent e92b79d commit ed896b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions essential_words/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
'PASSWORD': os.getenv('DATABASE_PASSWORD'),
'HOST': os.getenv('DATABASE_HOST'),
'PORT': os.getenv('DATABASE_PORT'),
'OPTIONS': {
'charset': 'utf8mb4',
},
}
}

Expand Down

0 comments on commit ed896b7

Please sign in to comment.