update connect to database MySQL
This commit is contained in:
parent
e4f1f973ef
commit
ef8d341712
|
@ -78,8 +78,8 @@ DATABASES = {
|
|||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'pairent_db',
|
||||
'USER': 'root',
|
||||
'PASSWORD': '',
|
||||
'HOST': '127.0.0.1',
|
||||
'PASSWORD': 'HuyZalupa98',
|
||||
'HOST': '178.20.44.123',
|
||||
'PORT': '3306',
|
||||
'OPTIONS': {
|
||||
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"
|
||||
|
|
Loading…
Reference in New Issue