update pannel login and min price and auto collect static
This commit is contained in:
@@ -89,6 +89,7 @@ class ProductModel(models.Model):
|
||||
name = models.CharField(max_length=255, verbose_name='نام')
|
||||
description = models.TextField(verbose_name='توضیحات')
|
||||
price = models.PositiveIntegerField(default=0, verbose_name='قیمت')
|
||||
min_price = models.PositiveIntegerField(verbose_name='قیمت کف', help_text='این قیمت برای کف قیمتی محصول در نظر گرفته میشود')
|
||||
currency_type = (
|
||||
('dollor', 'دلار'),
|
||||
('toman', 'تومان'),
|
||||
|
||||
Reference in New Issue
Block a user