Remove mysql options statement

This commit is contained in:
Griatch 2019-03-20 19:09:43 +01:00
parent faa2844b27
commit 98cb22a6c9

View file

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