diff --git a/shop/views.py b/shop/views.py index 67a25729..9da94baa 100644 --- a/shop/views.py +++ b/shop/views.py @@ -3,7 +3,7 @@ from django.contrib import messages from django.contrib.auth.mixins import LoginRequiredMixin from django.core.urlresolvers import reverse_lazy from django.db.models import Count, F -from django.http import HttpResponseRedirect, Http404 +from django.http import HttpResponse, HttpResponseRedirect, Http404 from django.shortcuts import get_object_or_404 from django.views.generic import ( View,