remove trailing slash chrome

This commit is contained in:
Hubert Jankowski 2021-12-05 16:42:49 +01:00
parent d9da12f26d
commit 131ab9f36c

View File

@ -36,6 +36,7 @@ DEBUG = get_secret("DEBUG")
ALLOWED_HOSTS = get_secret("ALLOWED_HOSTS") ALLOWED_HOSTS = get_secret("ALLOWED_HOSTS")
APPEND_SLASH = False
# Application definition # Application definition