From 6fec62c09c712ccc47119cdbc41bb802adee0172 Mon Sep 17 00:00:00 2001 From: Parsa Nazer <129178874+Greenstorm911@users.noreply.github.com> Date: Wed, 21 May 2025 18:53:17 +0330 Subject: [PATCH] Update base.py --- backend/core/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/core/settings/base.py b/backend/core/settings/base.py index 14c58ba..397f615 100644 --- a/backend/core/settings/base.py +++ b/backend/core/settings/base.py @@ -138,7 +138,7 @@ TIME_ZONE = "UTC" USE_I18N = True USE_L10N = True USE_TZ = True - +ALLOW_UNICODE_SLUGS = True # ============================================================================== # Static Files Configuration # ==============================================================================