Remove mysql options statement
This commit is contained in:
parent
faa2844b27
commit
98cb22a6c9
1 changed files with 3 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue