We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585e7a2 commit a55e90eCopy full SHA for a55e90e
pollme/urls.py
@@ -22,4 +22,5 @@
22
path('admin/', admin.site.urls),
23
path('accounts/', include('accounts.urls', namespace="accounts")),
24
path('polls/', include('polls.urls', namespace="polls")),
25
+ path('', include('social_django.urls', namespace='social')),
26
]
0 commit comments