missing import
This commit is contained in:
parent
fc7495c7ce
commit
ce98d97d74
|
@ -19,6 +19,7 @@ from shop.models import (
|
|||
Product,
|
||||
OrderProductRelation,
|
||||
ProductCategory,
|
||||
EpayCallback,
|
||||
)
|
||||
from .forms import AddToOrderForm
|
||||
import hashlib
|
||||
|
|
Loading…
Reference in a new issue