From 335bcd29578f690accd8907e071d8e86fdfd0edf Mon Sep 17 00:00:00 2001 From: kovacspe Date: Fri, 8 Dec 2023 22:35:35 +0100 Subject: [PATCH] Remove useless statement --- webstrom/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webstrom/settings.py b/webstrom/settings.py index 1ffca093..fa48fe09 100644 --- a/webstrom/settings.py +++ b/webstrom/settings.py @@ -131,7 +131,6 @@ # Allauth AUTHENTICATION_BACKENDS = [ - '' 'allauth.account.auth_backends.AuthenticationBackend', ]