missing import

This commit is contained in:
Thomas Steen Rasmussen 2016-05-16 17:25:57 +02:00
parent 5a5efbe69a
commit d22ef963d4

View file

@ -19,7 +19,7 @@ from shop.models import (
ProductCategory,
)
from .forms import AddToOrderForm
import hashlib
class ShopIndexView(ListView):
model = Product