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 6fcd54b commit a4e4f77Copy full SHA for a4e4f77
blog/urls.py
@@ -19,4 +19,5 @@
19
urlpatterns = [
20
path('admin/', admin.site.urls),
21
path('', include('blog_list.urls')),
22
+ path('accounts/', include('django.contrib.auth.urls')),
23
]
0 commit comments