Remove new ID field

master
Mark Veidemanis 1 year ago
parent 86ace02de8
commit c6dd0ff286
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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)

Loading…
Cancel
Save