|
1 | 1 | # Generated by Django 4.2.2 on 2023-09-03 13:52 |
2 | 2 | import ast |
3 | 3 | import datetime |
4 | | -import json |
5 | 4 | import logging |
6 | 5 | import os |
7 | 6 | from collections import namedtuple |
8 | 7 |
|
9 | | -from django.conf import settings |
10 | 8 | from django.db import migrations |
11 | 9 |
|
12 | 10 | from common.utils import UnicodeDictReader, get_frozen_treebeard_model |
@@ -231,7 +229,6 @@ def load_new_products(ClassifiedProduct): |
231 | 229 | "P23130HB", "Groats, meal and pellets of oats, rolled oats", "Rolled oats", None, "", "", "", "", "", "" |
232 | 230 | ), |
233 | 231 | Product("P23170HA", "Other vegetable flours and meals, yam flour", "Yam flour", None, "", "", "", "", "", ""), |
234 | | - Product("R01412HA", "Soya beans, other, dry", "Soya beans (dry)", None, "", "", "", "", "", ""), |
235 | 232 | Product( |
236 | 233 | "R01219HA", |
237 | 234 | "Other leafy or stem vegetables, dark green", |
@@ -268,18 +265,6 @@ def load_new_products(ClassifiedProduct): |
268 | 265 | "", |
269 | 266 | "", |
270 | 267 | ), |
271 | | - Product( |
272 | | - "P24490HA", |
273 | | - "Other non-alcoholic caloric beverages, soft drinks", |
274 | | - "Soft drinks (commercial)", |
275 | | - None, |
276 | | - "", |
277 | | - "", |
278 | | - "", |
279 | | - "", |
280 | | - "", |
281 | | - "", |
282 | | - ), |
283 | 268 | Product( |
284 | 269 | "P21111HA", |
285 | 270 | "Meat of cattle, fresh or chilled, moderate fat", |
|
0 commit comments