test nonfree

This commit is contained in:
Jonas Legion 2021-12-06 18:37:11 +04:00
parent 50c506e8e5
commit a5fdda5d8b
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ class Product(models.Model):
self.save()
class Price(models.Model):
uuid = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False, unique=True, db_index=True)