test nonfree
This commit is contained in:
parent
50c506e8e5
commit
a5fdda5d8b
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue