MySQL 5.5.35 Django 1.6.1
To support emoticons in the database, I configured the parameters of my django:
'OPTIONS': {'charset': 'utf8mb4'}
Due to MySQL, I get this error: LookupError: unknown encoding: utf8mb4
How do I configure Django / MySQL to support utf8mb4?
source share