diff --git a/accounts/views/login.py b/accounts/views/login.py index 5d7ba82..7ce6a94 100644 --- a/accounts/views/login.py +++ b/accounts/views/login.py @@ -2,7 +2,7 @@ from django.shortcuts import render from django.views import View from django.http import HttpResponse, HttpRequest, JsonResponse from django.contrib.auth.models import User -from django.contrib.auth import authenticate, login +from django.contrib.auth import authenticate, login, logout from django.contrib.auth.decorators import login_required from django.db.models.query import QuerySet