0.11.18 Google Auth

This commit is contained in:
SDE
2024-01-15 17:44:59 +03:00
parent 67eb32968e
commit 651ae18345

View File

@@ -13,7 +13,7 @@ urlpatterns = [
path('ckeditor/', include('ckeditor_uploader.urls')),
path('i18n/', include('django.conf.urls.i18n')),
path('accounts/signup', login_View, name='signup'),
path('accounts/signup/', login_View, name='signup'),
path('accounts/', include('allauth.urls')),
path('accounts/', include('allauth.socialaccount.urls')),