test piture size product update

This commit is contained in:
Parsa Nazer
2025-02-01 21:56:06 +03:30
parent 40cc21f241
commit b0b0ca5462
+3 -3
View File
@@ -45,10 +45,10 @@ class ProductModelAdmin(ModelAdmin, ImportExportModelAdmin):
None,
{
"path": instance.image1.url,
"height": 24,
"width": 24,
"height": 26,
"width": 26,
"borderless": True,
# "squared": True,
"squared": True,
},
]
return ()