Merge branch 'local_settings_update' into 'master'

Enable utf8mb4 charset option in local.py by default

See merge request allianceauth/allianceauth!1131
This commit is contained in:
Basraah 2019-08-24 22:47:25 +00:00
commit 34c7169ca3

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