From debae76e1e6bfb7291013930e0e1da8176e4f8ed Mon Sep 17 00:00:00 2001 From: xepaerz Date: Fri, 7 Apr 2023 13:48:23 +1000 Subject: [PATCH] Update settings.py --- pairent_backend/pairent_backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pairent_backend/pairent_backend/settings.py b/pairent_backend/pairent_backend/settings.py index d8ce937..668dc32 100644 --- a/pairent_backend/pairent_backend/settings.py +++ b/pairent_backend/pairent_backend/settings.py @@ -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',