missing import
This commit is contained in:
parent
5a5efbe69a
commit
d22ef963d4
|
@ -19,7 +19,7 @@ from shop.models import (
|
||||||
ProductCategory,
|
ProductCategory,
|
||||||
)
|
)
|
||||||
from .forms import AddToOrderForm
|
from .forms import AddToOrderForm
|
||||||
|
import hashlib
|
||||||
|
|
||||||
class ShopIndexView(ListView):
|
class ShopIndexView(ListView):
|
||||||
model = Product
|
model = Product
|
||||||
|
|
Loading…
Reference in a new issue