From 619ae86cd5636561d2cc319f94a3d65f4b5e1197 Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 20 Feb 2025 07:27:40 +0000 Subject: [PATCH] =?UTF-8?q?Corrijo=20la=20importaci=C3=B3n=20de=20eventos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eventos/management/commands/importar_eventos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JugarAlPadel/gestion_reservas/eventos/management/commands/importar_eventos.py b/JugarAlPadel/gestion_reservas/eventos/management/commands/importar_eventos.py index 96c1f73..24acb7b 100644 --- a/JugarAlPadel/gestion_reservas/eventos/management/commands/importar_eventos.py +++ b/JugarAlPadel/gestion_reservas/eventos/management/commands/importar_eventos.py @@ -1,6 +1,6 @@ import json from django.core.management.base import BaseCommand -from repostajes.models import Evento +from eventos.models import Evento class Command(BaseCommand):