diff --git a/TWB/settings.py b/TWB/settings.py index bf19aed..80dd98b 100644 --- a/TWB/settings.py +++ b/TWB/settings.py @@ -84,10 +84,10 @@ INSTALLED_APPS = [ 'webpush', - # 'allauth', - # 'allauth.account', - # 'allauth.socialaccount', - # 'allauth.socialaccount.providers.google', + 'allauth', + 'allauth.account', + 'allauth.socialaccount', + 'allauth.socialaccount.providers.google', 'GeneralApp', 'AuthApp',