From a59de70f54d89d6e56f060eecf3046a617b85dae Mon Sep 17 00:00:00 2001 From: fjrodriguez Date: Wed, 1 Feb 2023 15:38:26 -0600 Subject: [PATCH] todo fine --- Admin/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/settings.py b/Admin/settings.py index a8b2f22..0d4670d 100644 --- a/Admin/settings.py +++ b/Admin/settings.py @@ -80,7 +80,7 @@ AUTHENTICATION_BACKENDS = [ # `allauth` specific authentication methods, such as login by e-mail 'allauth.account.auth_backends.AuthenticationBackend', - + ] WSGI_APPLICATION = 'Admin.wsgi.application'