Specify character set in database to avoid key length errors.

Default database setting uncommented.

Addresses #985
This commit is contained in:
Adarnof
2018-02-27 19:53:54 -05:00
parent cc8a7a18d2
commit 9d9cfebd9e
2 changed files with 2 additions and 5 deletions

View File

@@ -22,9 +22,7 @@ INSTALLED_APPS += [
]
# Uncomment by removing the """ and change the database name and
# credentials to use MySQL/MariaDB. Leave commented to use sqlite3
"""
# Enter credentials to use MySQL/MariaDB. Comment out to use sqlite3
DATABASES['default'] = {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'alliance_auth',
@@ -33,7 +31,6 @@ DATABASES['default'] = {
'HOST': '127.0.0.1',
'PORT': '3306',
}
"""
# Register an application at https://developers.eveonline.com for Authentication
# & API Access and fill out these settings. Be sure to set the callback URL