From b383319676c6425c5e6ffb12550c1307c125c622 Mon Sep 17 00:00:00 2001 From: Hojat Shafiee Date: Mon, 2 Jun 2025 15:42:34 +0330 Subject: [PATCH] added team --- core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/settings.py b/core/settings.py index d38649b..c7392a8 100644 --- a/core/settings.py +++ b/core/settings.py @@ -125,7 +125,7 @@ else: 'USER': 'root', 'PASSWORD': '', 'HOST': 'localhost', - 'PORT': '3309', + 'PORT': '3306', } }