diff --git a/backend/product/admin.py b/backend/product/admin.py index 033882e..608e9d1 100644 --- a/backend/product/admin.py +++ b/backend/product/admin.py @@ -283,7 +283,7 @@ class ProductModelAdmin(ProductAdminPermission, ModelAdmin, ImportExportModelAdm autocomplete_fields = ['related_products', 'shop'] # compressed_fields = True warn_unsaved_form = True - list_per_page = 2 + # list_per_page = 2 actions_list = ['redirect_to_learn', 'update_products_price'] list_display = ['display_image', 'shop__shop_name','display_price', 'view', 'show', 'rating', 'category', 'created_at'] fieldsets = (