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')),