From 2d5f851aa85d00b5faf7b02f1a5cba0992aaf4e9 Mon Sep 17 00:00:00 2001 From: Walter Date: Fri, 21 Feb 2025 03:22:34 +0100 Subject: [PATCH] removed print statements --- app/settings/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/settings/settings.py b/app/settings/settings.py index 353c44a..dc265a3 100644 --- a/app/settings/settings.py +++ b/app/settings/settings.py @@ -34,10 +34,6 @@ ALLOWED_HOSTS = os.environ.get("DJANGO_ALLOWED_HOSTS", "*").split(" ") CSRF_TRUSTED_ORIGINS = list(f"https://{x.replace('https://', '')}" for x in os.environ.get("DJANGO_CSRF_TRUSTED_ORIGINS", "*").split(" ")) SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") -print(f"{DEBUG=}") -print(f"{ALLOWED_HOSTS=}") -print(f"{CSRF_TRUSTED_ORIGINS=}") - # Application definition INSTALLED_APPS = [