diff --git a/core/models.py b/core/models.py index 602c04b..17fdd6c 100644 --- a/core/models.py +++ b/core/models.py @@ -93,9 +93,9 @@ ADJUST_CLOSE_NOTIFY_CHOICES = ( class User(AbstractUser): # Stripe customer ID - unique_id = models.UUIDField( - default=uuid.uuid4, - ) + # unique_id = models.UUIDField( + # default=uuid.uuid4, + # ) # stripe_id = models.CharField(max_length=255, null=True, blank=True) billing_provider_id = models.CharField(max_length=255, null=True, blank=True) # last_payment = models.DateTimeField(null=True, blank=True)