microservicios

This commit is contained in:
2025-10-22 18:34:40 -06:00
parent 73413fe3d9
commit 0e0572125a

View File

@@ -1,5 +1,5 @@
from django.core.management.base import BaseCommand 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 from api.customs.tasks import microservice_v2
class Command(BaseCommand): class Command(BaseCommand):