From defbf6746f367b81254378dcb60b7e84586f7a7c Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 13 Jan 2024 18:04:01 +0300 Subject: [PATCH] 0.11.6 Google Auth --- TWB/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TWB/urls.py b/TWB/urls.py index a40b35d..7967063 100644 --- a/TWB/urls.py +++ b/TWB/urls.py @@ -12,7 +12,7 @@ urlpatterns = [ path('ckeditor/', include('ckeditor_uploader.urls')), path('i18n/', include('django.conf.urls.i18n')), - path('accounts/', include('allauth.urls')), + # path('accounts/', include('allauth.urls')), path('messages/', include('ChatServiceApp.urls')),