From d8ac6f828ce5562f0012d25089779b38e0fafd14 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Tue, 19 Nov 2024 15:58:22 +0100 Subject: [PATCH] Removed LOGIN_REQUIRED --- test-configuration/test_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test-configuration/test_config.py b/test-configuration/test_config.py index 09bd5dc..884defd 100644 --- a/test-configuration/test_config.py +++ b/test-configuration/test_config.py @@ -4,4 +4,3 @@ LOGGING = { } DEFAULT_PERMISSIONS = {} -LOGIN_REQUIRED = False