Skip to content

Commit 7d0cc08

Browse files
committed
fix logout
1 parent cb0763a commit 7d0cc08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

task_manager/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from django.contrib import admin
22
from django.urls import path, include
33
from django.views.generic import TemplateView
4-
from django.contrib.auth.views import LogoutView
54
from task_manager.views import UserLoginView, register_view, UserLogoutView
65

76
urlpatterns = [

0 commit comments

Comments
 (0)