Remove FORCE_SCRIPT_NAME for root path hosting on port 9002
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s

This commit is contained in:
vickytechkey 2026-08-23 09:53:02 +05:30
parent 2289914139
commit eeaa2dada9

View file

@ -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'