From 6bd0f88142fa57546b7d57980d9f476724ac4008 Mon Sep 17 00:00:00 2001 From: casper moyo Date: Wed, 3 Jun 2026 13:31:14 +0200 Subject: [PATCH] Q --- app/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views.py b/app/views.py index 79fc988..1c68f65 100644 --- a/app/views.py +++ b/app/views.py @@ -7,6 +7,7 @@ from rest_framework.exceptions import ValidationError from .models import HsCode +from django.db.models import Q from rest_framework import status from rest_framework.parsers import MultiPartParser