From eafccabb66501d240152321de0c9b035d4791e74 Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 13 Jan 2024 17:26:25 +0300 Subject: [PATCH] 0.11.2 Google Auth --- TWB/settings.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TWB/settings.py b/TWB/settings.py index b6baa61..bf19aed 100644 --- a/TWB/settings.py +++ b/TWB/settings.py @@ -75,7 +75,7 @@ INSTALLED_APPS = [ 'django.contrib.staticfiles', 'django.contrib.humanize', - 'django.contrib.sites', + # 'django.contrib.sites', 'colorfield', @@ -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',