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