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 cb0763a commit 7d0cc08Copy full SHA for 7d0cc08
task_manager/urls.py
@@ -1,7 +1,6 @@
1
from django.contrib import admin
2
from django.urls import path, include
3
from django.views.generic import TemplateView
4
-from django.contrib.auth.views import LogoutView
5
from task_manager.views import UserLoginView, register_view, UserLogoutView
6
7
urlpatterns = [
0 commit comments