From c8ba0dd770c484a46eb856cdbcd8636180cc3681 Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 13 Jan 2024 21:15:05 +0300 Subject: [PATCH] 0.11.9 Google Auth --- TWB/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TWB/urls.py b/TWB/urls.py index 7967063..a40b35d 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')),