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 # ==============================================================================