Remove mysql options statement
This commit is contained in:
parent
95d9d098e5
commit
faa2844b27
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ DATABASES = {
|
||||||
'PASSWORD': 'password',
|
'PASSWORD': 'password',
|
||||||
'HOST': 'localhost', # or an IP Address that your DB is hosted on
|
'HOST': 'localhost', # or an IP Address that your DB is hosted on
|
||||||
'PORT': '', # use default port
|
'PORT': '', # use default port
|
||||||
'OPTIONS': {
|
|
||||||
'default-character-set': 'utf8'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue