From 7cf0bf6584f6db451181a761118153e6592dd521 Mon Sep 17 00:00:00 2001 From: RawanDalal Date: Thu, 12 Mar 2026 23:32:54 +0300 Subject: [PATCH] fix: rq job --- ls_shop/install_demo_data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ls_shop/install_demo_data.py b/ls_shop/install_demo_data.py index e5e242d..b590b9b 100644 --- a/ls_shop/install_demo_data.py +++ b/ls_shop/install_demo_data.py @@ -124,8 +124,7 @@ def create_item_attributes(): ("L", "L"), ("XL", "XL"), ("XXL", "XXL"), - ], - numeric=True, + ] )