From 193b05f30b3a2c0af37eb6ce5f7d25d53a81a875 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Wed, 12 Jul 2023 16:51:57 +0200 Subject: [PATCH] beautified --- app/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/settings.py b/app/core/settings.py index 1fda6ac..a9f586f 100644 --- a/app/core/settings.py +++ b/app/core/settings.py @@ -19,7 +19,7 @@ SECRET_KEY = ")g-j2v+*dvjtnz)q-3+*y7*lq$el$im8p^wr@2v$g^u99quq50" # SECURITY WARNING: don't run with debug turned on in production! # DEBUG = True DEBUG = env("DEBUG") -CSRF_TRUSTED_ORIGINS = ['https://*.nabu-jena.de','https://*.127.0.0.1'] +CSRF_TRUSTED_ORIGINS = ["https://*.nabu-jena.de", "https://*.127.0.0.1"] # ALLOWED_HOSTS = []