Skip to content

Commit a4e4f77

Browse files
committed
add urls for login logout
1 parent 6fcd54b commit a4e4f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blog/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
urlpatterns = [
2020
path('admin/', admin.site.urls),
2121
path('', include('blog_list.urls')),
22+
path('accounts/', include('django.contrib.auth.urls')),
2223
]

0 commit comments

Comments
 (0)