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'