Update settings.py

This commit is contained in:
Александр Манаенков 2023-04-07 13:48:23 +10:00
parent 56bc96fcb4
commit debae76e1e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'pairent_db',
'USER': 'root',
'USER': 'django',
'PASSWORD': 'Budnya1924$',
'HOST': '178.20.44.123',
'PORT': '3306',