diff --git a/media/products/IMG_4957_gKJ3yDG.jpg b/media/products/IMG_4957_gKJ3yDG.jpg deleted file mode 100644 index 3a67a20..0000000 Binary files a/media/products/IMG_4957_gKJ3yDG.jpg and /dev/null differ diff --git a/shop/management/commands/create_initial_shop_data.py b/shop/management/commands/create_initial_shop_data.py index a44cc94..b448420 100644 --- a/shop/management/commands/create_initial_shop_data.py +++ b/shop/management/commands/create_initial_shop_data.py @@ -72,7 +72,7 @@ class Command(BaseCommand): }, { 'sku': 'PC002', - 'title': 'Padel Club Hoodie F', + 'title': 'Padel Club Hoodie Femme', 'description': 'Hoodie femme logo cœur et dos', 'price': 50.00, 'ordering_value': 1, @@ -83,7 +83,7 @@ class Command(BaseCommand): }, { 'sku': 'PC003', - 'title': 'Padel Club Hoodie H', + 'title': 'Padel Club Hoodie Homme', 'description': 'Hoodie homme logo cœur et dos', 'price': 50.00, 'ordering_value': 2, @@ -94,9 +94,9 @@ class Command(BaseCommand): }, { 'sku': 'PC004', - 'title': 'Débardeur F', + 'title': 'Débardeur Femme', 'description': 'Débardeur femme avec logo coeur.', - 'price': 20.00, + 'price': 25.00, 'ordering_value': 2, 'cut': 1, # Women 'colors': ['Blanc / Bleu Sport', 'Noir', 'Noir / Gris Foncé Chiné'], @@ -105,7 +105,7 @@ class Command(BaseCommand): }, { 'sku': 'PC005', - 'title': 'Jupe bicolore F', + 'title': 'Jupe bicolore Femme', 'description': 'Avec short intégré logo jambe (sauf corail)', 'price': 30.00, 'ordering_value': 3, @@ -116,7 +116,7 @@ class Command(BaseCommand): }, { 'sku': 'PC006', - 'title': 'T-shirt Bicolore H', + 'title': 'T-shirt Bicolore Homme', 'description': 'T-shirt bicolore avec logo coeur.', 'price': 25.00, 'ordering_value': 1, @@ -127,7 +127,7 @@ class Command(BaseCommand): }, { 'sku': 'PC007', - 'title': 'Short Bicolore H', + 'title': 'Short Bicolore Homme', 'description': 'Short bicolore avec logo jambe.', 'price': 30.00, 'ordering_value': 3,