8000 unicode · Gig-o-Matic/GO3 Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

unicode

aaronoppenheimer edited this page May 30, 2021 · 1 revision

https://xxx-cook-book.gitbooks.io/django-cook-book/content/Databases/emoji-support.html

ALTER TABLE table_name CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;

DATABASES = { 'default': { 'ENGINE':'django.db.backends.mysql', ... 'OPTIONS': {'charset': 'utf8mb4'}, } }

Clone this wiki locally
0