diff --git a/allianceauth/project_template/project_name/settings/local.py b/allianceauth/project_template/project_name/settings/local.py index 3d3b3a2d..786bf38c 100644 --- a/allianceauth/project_template/project_name/settings/local.py +++ b/allianceauth/project_template/project_name/settings/local.py @@ -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