Update settings.py
This commit is contained in:
parent
56bc96fcb4
commit
debae76e1e
|
@ -77,7 +77,7 @@ DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.mysql',
|
||||||
'NAME': 'pairent_db',
|
'NAME': 'pairent_db',
|
||||||
'USER': 'root',
|
'USER': 'django',
|
||||||
'PASSWORD': 'Budnya1924$',
|
'PASSWORD': 'Budnya1924$',
|
||||||
'HOST': '178.20.44.123',
|
'HOST': '178.20.44.123',
|
||||||
'PORT': '3306',
|
'PORT': '3306',
|
||||||
|
|
Loading…
Reference in New Issue