fix: minor API adjustments
This commit is contained in:
@@ -53,6 +53,7 @@ class Product(models.Model):
|
||||
class Meta:
|
||||
verbose_name = _("Producto")
|
||||
verbose_name_plural = _("Productos")
|
||||
ordering = ('id', )
|
||||
|
||||
|
||||
class ProductPrice(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user