Remove FORCE_SCRIPT_NAME for root path hosting on port 9002
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
This commit is contained in:
parent
2289914139
commit
eeaa2dada9
1 changed files with 0 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue