Remove mysql options statement

This commit is contained in:
Griatch 2019-03-20 19:03:21 +01:00
parent 95d9d098e5
commit faa2844b27

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'
}
}
}