Update local.py to have the utf8mb4 charset option enabled in the database settings. This brings the settings inline with the documentation update.

This commit is contained in:
Col Crunch 2019-06-30 22:58:13 -04:00
parent 65e05084e6
commit 89be2456fb

View File

@ -30,6 +30,7 @@ DATABASES['default'] = {
'PASSWORD': '',
'HOST': '127.0.0.1',
'PORT': '3306',
'OPTIONS': {'charset': 'utf8mb4'},
}
# Register an application at https://developers.eveonline.com for Authentication