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