diff --git a/myproject/customers/models.py b/myproject/customers/models.py index 8405c87..0181eae 100644 --- a/myproject/customers/models.py +++ b/myproject/customers/models.py @@ -2,7 +2,6 @@ import phonenumbers from django.core.exceptions import ValidationError from django.db import models from phonenumber_field.modelfields import PhoneNumberField -from products.models import Product class Customer(models.Model):