Skip to content

Commit a55e90e

Browse files
Update urls.py
1 parent 585e7a2 commit a55e90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pollme/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
path('admin/', admin.site.urls),
2323
path('accounts/', include('accounts.urls', namespace="accounts")),
2424
path('polls/', include('polls.urls', namespace="polls")),
25+
path('', include('social_django.urls', namespace='social')),
2526
]

0 commit comments

Comments
 (0)