From d22ef963d47f9a3a5362088d74dcf1a16e0e3b44 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 16 May 2016 17:25:57 +0200 Subject: [PATCH] missing import --- shop/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/views.py b/shop/views.py index 07b153df..0cc2ff1c 100644 --- a/shop/views.py +++ b/shop/views.py @@ -19,7 +19,7 @@ from shop.models import ( ProductCategory, ) from .forms import AddToOrderForm - +import hashlib class ShopIndexView(ListView): model = Product