Remove mysql options statement

This commit is contained in:
Griatch 2019-03-20 19:03:21 +01:00
parent 0a51f91893
commit 08fe601355

View file

@ -46,9 +46,6 @@ DATABASES = {
'PASSWORD': 'password',
'HOST': 'localhost', # or an IP Address that your DB is hosted on
'PORT': '', # use default port
'OPTIONS': {
'default-character-set': 'utf8'
}
}
}