From eeaa2dada9edaad379a8e32af8504ff1f1325227 Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Sun, 23 Aug 2026 09:53:02 +0530 Subject: [PATCH] Remove FORCE_SCRIPT_NAME for root path hosting on port 9002 --- core/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/settings.py b/core/settings.py index 5db4f30..3cac687 100644 --- a/core/settings.py +++ b/core/settings.py @@ -133,7 +133,6 @@ USE_TZ = True # https://docs.djangoproject.com/en/6.1/howto/static-files/ STATIC_URL = 'static/' -FORCE_SCRIPT_NAME = '/emailservice' MEDIA_URL = 'media/' MEDIA_ROOT = BASE_DIR / 'media'