feat: removed customer modl
This commit is contained in:
@@ -3,7 +3,7 @@ from decimal import Decimal
|
||||
from django.contrib.auth import get_user_model
|
||||
from rest_framework.test import APITestCase as TestCase
|
||||
|
||||
from shop.models import Customer, Product, ProductPrice, Tax, CustomerAddress
|
||||
from shop.models import Product, ProductPrice, Tax, CustomerAddress
|
||||
from shop.utils import create_order, create_order_line_for_product
|
||||
|
||||
User = get_user_model()
|
||||
|
||||
Reference in New Issue
Block a user