From 0e0572125a2d7f66b24c181e2da9d794636df8c9 Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Wed, 22 Oct 2025 18:34:40 -0600 Subject: [PATCH] microservicios --- api/customs/management/commands/microservicios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/customs/management/commands/microservicios.py b/api/customs/management/commands/microservicios.py index 17450b0..801b419 100644 --- a/api/customs/management/commands/microservicios.py +++ b/api/customs/management/commands/microservicios.py @@ -1,5 +1,5 @@ from django.core.management.base import BaseCommand -from api.customs.models import Organizacion +from api.organization.models import Organizacion from api.customs.tasks import microservice_v2 class Command(BaseCommand):