From 131ab9f36c329240f6ef35d3d0dca3ec1c24de55 Mon Sep 17 00:00:00 2001 From: Hubert Jankowski Date: Sun, 5 Dec 2021 16:42:49 +0100 Subject: [PATCH] remove trailing slash chrome --- config/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings.py b/config/settings.py index b6a07f7..dac18de 100644 --- a/config/settings.py +++ b/config/settings.py @@ -36,6 +36,7 @@ DEBUG = get_secret("DEBUG") ALLOWED_HOSTS = get_secret("ALLOWED_HOSTS") +APPEND_SLASH = False # Application definition