feat: removed customer modl
This commit is contained in:
@@ -5,7 +5,7 @@ from rest_framework import status
|
||||
from rest_framework.test import APITestCase
|
||||
|
||||
from config.tests.mixins import TestUserAuthenticationMixin
|
||||
from shop.models import Product, ProductPrice, Tax, Customer, CustomerAddress
|
||||
from shop.models import Product, ProductPrice, Tax, CustomerAddress
|
||||
|
||||
User = get_user_model()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user