remove trailing slash chrome #14

Merged
s470631 merged 1 commits from feature/trailing-slash-chrome into master 2021-12-05 16:45:51 +01:00

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