feat: added categories
This commit is contained in:
+5
-4
@@ -1,16 +1,17 @@
|
||||
from decimal import Decimal
|
||||
|
||||
from django.contrib.auth import get_user_model
|
||||
|
||||
from shop.models import (
|
||||
Cart,
|
||||
CustomerAddress,
|
||||
Order,
|
||||
OrderLine,
|
||||
Product,
|
||||
ProductBatch,
|
||||
Cart,
|
||||
CustomerAddress,
|
||||
ShippingMethod,
|
||||
ProductPrice,
|
||||
ShippingMethod,
|
||||
)
|
||||
from django.contrib.auth import get_user_model
|
||||
|
||||
User = get_user_model()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user