todo fine

This commit is contained in:
fjrodriguez
2023-02-01 15:38:26 -06:00
parent 7b780d4278
commit a59de70f54

View File

@@ -80,7 +80,7 @@ AUTHENTICATION_BACKENDS = [
# `allauth` specific authentication methods, such as login by e-mail # `allauth` specific authentication methods, such as login by e-mail
'allauth.account.auth_backends.AuthenticationBackend', 'allauth.account.auth_backends.AuthenticationBackend',
] ]
WSGI_APPLICATION = 'Admin.wsgi.application' WSGI_APPLICATION = 'Admin.wsgi.application'